File tree Expand file tree Collapse file tree 8 files changed +16
-16
lines changed
Expand file tree Collapse file tree 8 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -12,21 +12,21 @@ jobs:
1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/create-github-app-token@v2
15+ - uses : actions/create-github-app-token@v3
1616 id : gitgitgadget-git-token
1717 with :
1818 app-id : ${{ secrets.GITGITGADGET_GITHUB_APP_ID }}
1919 private-key : ${{ secrets.GITGITGADGET_GITHUB_APP_PRIVATE_KEY }}
2020 owner : gitgitgadget
2121 repositories : git
22- - uses : actions/create-github-app-token@v2
22+ - uses : actions/create-github-app-token@v3
2323 id : git-git-token
2424 with :
2525 app-id : ${{ secrets.GITGITGADGET_GIT_GITHUB_APP_ID }}
2626 private-key : ${{ secrets.GITGITGADGET_GIT_GITHUB_APP_PRIVATE_KEY }}
2727 owner : git
2828 repositories : git
29- - uses : actions/create-github-app-token@v2
29+ - uses : actions/create-github-app-token@v3
3030 id : dscho-git-token
3131 with :
3232 app-id : ${{ secrets.GITGITGADGET_GIT_GITHUB_APP_ID }}
Original file line number Diff line number Diff line change @@ -21,21 +21,21 @@ jobs:
2121 runs-on : ubuntu-latest
2222
2323 steps :
24- - uses : actions/create-github-app-token@v2
24+ - uses : actions/create-github-app-token@v3
2525 id : gitgitgadget-git-token
2626 with :
2727 app-id : ${{ secrets.GITGITGADGET_GITHUB_APP_ID }}
2828 private-key : ${{ secrets.GITGITGADGET_GITHUB_APP_PRIVATE_KEY }}
2929 owner : gitgitgadget
3030 repositories : git
31- - uses : actions/create-github-app-token@v2
31+ - uses : actions/create-github-app-token@v3
3232 id : git-git-token
3333 with :
3434 app-id : ${{ secrets.GITGITGADGET_GIT_GITHUB_APP_ID }}
3535 private-key : ${{ secrets.GITGITGADGET_GIT_GITHUB_APP_PRIVATE_KEY }}
3636 owner : git
3737 repositories : git
38- - uses : actions/create-github-app-token@v2
38+ - uses : actions/create-github-app-token@v3
3939 id : dscho-git-token
4040 with :
4141 app-id : ${{ secrets.GITGITGADGET_GIT_GITHUB_APP_ID }}
Original file line number Diff line number Diff line change @@ -21,21 +21,21 @@ jobs:
2121 runs-on : ubuntu-latest
2222
2323 steps :
24- - uses : actions/create-github-app-token@v2
24+ - uses : actions/create-github-app-token@v3
2525 id : gitgitgadget-git-token
2626 with :
2727 app-id : ${{ secrets.GITGITGADGET_GITHUB_APP_ID }}
2828 private-key : ${{ secrets.GITGITGADGET_GITHUB_APP_PRIVATE_KEY }}
2929 owner : gitgitgadget
3030 repositories : git
31- - uses : actions/create-github-app-token@v2
31+ - uses : actions/create-github-app-token@v3
3232 id : git-git-token
3333 with :
3434 app-id : ${{ secrets.GITGITGADGET_GIT_GITHUB_APP_ID }}
3535 private-key : ${{ secrets.GITGITGADGET_GIT_GITHUB_APP_PRIVATE_KEY }}
3636 owner : git
3737 repositories : git
38- - uses : actions/create-github-app-token@v2
38+ - uses : actions/create-github-app-token@v3
3939 id : dscho-git-token
4040 with :
4141 app-id : ${{ secrets.GITGITGADGET_GIT_GITHUB_APP_ID }}
Original file line number Diff line number Diff line change 4343 git fetch "$SOURCE_REPOSITORY" refs/heads/master:refs/heads/lore-$LORE_EPOCH
4444 - name : obtain installation token
4545 if : steps.needs-update.outputs.result == 'true'
46- uses : actions/create-github-app-token@v2
46+ uses : actions/create-github-app-token@v3
4747 id : token
4848 with :
4949 app-id : ${{ secrets.GITGITGADGET_GITHUB_APP_ID }}
Original file line number Diff line number Diff line change 6464 core.setOutput('target-sha', targetSHA || '')
6565 - name : obtain installation token
6666 if : steps.check.outputs.skip == 'false'
67- uses : actions/create-github-app-token@v2
67+ uses : actions/create-github-app-token@v3
6868 id : token
6969 with :
7070 app-id : ${{ secrets.GITGITGADGET_GITHUB_APP_ID }}
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ jobs:
122122 core.setOutput('to-fetch', [...toFetch].join(' '))
123123 - name : obtain installation token
124124 if : steps.check.outputs.refspec != ''
125- uses : actions/create-github-app-token@v2
125+ uses : actions/create-github-app-token@v3
126126 id : token
127127 with :
128128 app-id : ${{ secrets.GITGITGADGET_GITHUB_APP_ID }}
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414
1515 steps :
16- - uses : actions/create-github-app-token@v2
16+ - uses : actions/create-github-app-token@v3
1717 id : gitgitgadget-git-token
1818 with :
1919 app-id : ${{ secrets.GITGITGADGET_GITHUB_APP_ID }}
Original file line number Diff line number Diff line change @@ -12,21 +12,21 @@ jobs:
1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/create-github-app-token@v2
15+ - uses : actions/create-github-app-token@v3
1616 id : gitgitgadget-git-token
1717 with :
1818 app-id : ${{ secrets.GITGITGADGET_GITHUB_APP_ID }}
1919 private-key : ${{ secrets.GITGITGADGET_GITHUB_APP_PRIVATE_KEY }}
2020 owner : gitgitgadget
2121 repositories : git
22- - uses : actions/create-github-app-token@v2
22+ - uses : actions/create-github-app-token@v3
2323 id : git-git-token
2424 with :
2525 app-id : ${{ secrets.GITGITGADGET_GIT_GITHUB_APP_ID }}
2626 private-key : ${{ secrets.GITGITGADGET_GIT_GITHUB_APP_PRIVATE_KEY }}
2727 owner : git
2828 repositories : git
29- - uses : actions/create-github-app-token@v2
29+ - uses : actions/create-github-app-token@v3
3030 id : dscho-git-token
3131 with :
3232 app-id : ${{ secrets.GITGITGADGET_GIT_GITHUB_APP_ID }}
You can’t perform that action at this time.
0 commit comments