File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 19
19
name : Subtree for Common
20
20
runs-on : ubuntu-latest
21
21
steps :
22
- - uses : actions/create-github-app-token@v1
22
+ - uses : actions/create-github-app-token@v2
23
23
id : app-token
24
24
with :
25
25
app-id : ${{ vars.SUBTREE_APP_ID }}
39
39
name : Subtree for Http
40
40
runs-on : ubuntu-latest
41
41
steps :
42
- - uses : actions/create-github-app-token@v1
42
+ - uses : actions/create-github-app-token@v2
43
43
id : app-token
44
44
with :
45
45
app-id : ${{ vars.SUBTREE_APP_ID }}
59
59
name : Subtree for Plugin
60
60
runs-on : ubuntu-latest
61
61
steps :
62
- - uses : actions/create-github-app-token@v1
62
+ - uses : actions/create-github-app-token@v2
63
63
id : app-token
64
64
with :
65
65
app-id : ${{ vars.SUBTREE_APP_ID }}
@@ -119,7 +119,7 @@ jobs:
119
119
- { folder: TomTom, repository: tomtom-provider }
120
120
- { folder: Yandex, repository: yandex-provider }
121
121
steps :
122
- - uses : actions/create-github-app-token@v1
122
+ - uses : actions/create-github-app-token@v2
123
123
id : app-token
124
124
with :
125
125
app-id : ${{ vars.SUBTREE_APP_ID }}
You can’t perform that action at this time.
0 commit comments