File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1919 name : Subtree for Common
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/create-github-app-token@v1
22+ - uses : actions/create-github-app-token@v2
2323 id : app-token
2424 with :
2525 app-id : ${{ vars.SUBTREE_APP_ID }}
3939 name : Subtree for Http
4040 runs-on : ubuntu-latest
4141 steps :
42- - uses : actions/create-github-app-token@v1
42+ - uses : actions/create-github-app-token@v2
4343 id : app-token
4444 with :
4545 app-id : ${{ vars.SUBTREE_APP_ID }}
5959 name : Subtree for Plugin
6060 runs-on : ubuntu-latest
6161 steps :
62- - uses : actions/create-github-app-token@v1
62+ - uses : actions/create-github-app-token@v2
6363 id : app-token
6464 with :
6565 app-id : ${{ vars.SUBTREE_APP_ID }}
@@ -119,7 +119,7 @@ jobs:
119119 - { folder: TomTom, repository: tomtom-provider }
120120 - { folder: Yandex, repository: yandex-provider }
121121 steps :
122- - uses : actions/create-github-app-token@v1
122+ - uses : actions/create-github-app-token@v2
123123 id : app-token
124124 with :
125125 app-id : ${{ vars.SUBTREE_APP_ID }}
You can’t perform that action at this time.
0 commit comments