|
25 | 25 | app-id: ${{ vars.SUBTREE_APP_ID }} |
26 | 26 | private-key: ${{ secrets.SUBTREE_APP_PRIVATE_KEY }} |
27 | 27 | owner: ${{ github.repository_owner }} |
28 | | - - uses: actions/checkout@v6 |
| 28 | + - uses: actions/checkout@v7 |
29 | 29 | with: |
30 | 30 | token: ${{ steps.app-token.outputs.token }} |
31 | 31 | fetch-depth: 0 |
|
45 | 45 | app-id: ${{ vars.SUBTREE_APP_ID }} |
46 | 46 | private-key: ${{ secrets.SUBTREE_APP_PRIVATE_KEY }} |
47 | 47 | owner: ${{ github.repository_owner }} |
48 | | - - uses: actions/checkout@v6 |
| 48 | + - uses: actions/checkout@v7 |
49 | 49 | with: |
50 | 50 | token: ${{ steps.app-token.outputs.token }} |
51 | 51 | fetch-depth: 0 |
|
65 | 65 | app-id: ${{ vars.SUBTREE_APP_ID }} |
66 | 66 | private-key: ${{ secrets.SUBTREE_APP_PRIVATE_KEY }} |
67 | 67 | owner: ${{ github.repository_owner }} |
68 | | - - uses: actions/checkout@v6 |
| 68 | + - uses: actions/checkout@v7 |
69 | 69 | with: |
70 | 70 | token: ${{ steps.app-token.outputs.token }} |
71 | 71 | fetch-depth: 0 |
@@ -126,7 +126,7 @@ jobs: |
126 | 126 | app-id: ${{ vars.SUBTREE_APP_ID }} |
127 | 127 | private-key: ${{ secrets.SUBTREE_APP_PRIVATE_KEY }} |
128 | 128 | owner: ${{ github.repository_owner }} |
129 | | - - uses: actions/checkout@v6 |
| 129 | + - uses: actions/checkout@v7 |
130 | 130 | with: |
131 | 131 | token: ${{ steps.app-token.outputs.token }} |
132 | 132 | fetch-depth: 0 |
|
0 commit comments