File tree Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Expand file tree Collapse file tree 5 files changed +13
-13
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@v1
15+ - uses : actions/create-github-app-token@v2
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@v1
22+ - uses : actions/create-github-app-token@v2
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@v1
29+ - uses : actions/create-github-app-token@v2
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@v1
24+ - uses : actions/create-github-app-token@v2
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@v1
31+ - uses : actions/create-github-app-token@v2
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@v1
38+ - uses : actions/create-github-app-token@v2
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@v1
24+ - uses : actions/create-github-app-token@v2
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@v1
31+ - uses : actions/create-github-app-token@v2
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@v1
38+ - uses : actions/create-github-app-token@v2
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 1313 runs-on : ubuntu-latest
1414
1515 steps :
16- - uses : actions/create-github-app-token@v1
16+ - uses : actions/create-github-app-token@v2
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@v1
15+ - uses : actions/create-github-app-token@v2
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@v1
22+ - uses : actions/create-github-app-token@v2
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@v1
29+ - uses : actions/create-github-app-token@v2
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