File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ jobs:
113
113
core.setOutput('to-fetch', [...toFetch].join(' '))
114
114
- name : obtain installation token
115
115
if : steps.check.outputs.refspec != ''
116
- uses : actions/create-github-app-token@v1
116
+ uses : actions/create-github-app-token@v2
117
117
id : token
118
118
with :
119
119
app-id : ${{ secrets.GITGITGADGET_GITHUB_APP_ID }}
Original file line number Diff line number Diff line change 99
99
core.setOutput('to-fetch', [...toFetch].join(' '))
100
100
- name : obtain installation token
101
101
if : steps.check.outputs.refspec != ''
102
- uses : actions/create-github-app-token@v1
102
+ uses : actions/create-github-app-token@v2
103
103
id : token
104
104
with :
105
105
app-id : ${{ secrets.GITGITGADGET_GITHUB_APP_ID }}
Original file line number Diff line number Diff line change 64
64
core.setOutput('target-sha', targetSHA || '')
65
65
- name : obtain installation token
66
66
if : steps.check.outputs.skip == 'false'
67
- uses : actions/create-github-app-token@v1
67
+ uses : actions/create-github-app-token@v2
68
68
id : token
69
69
with :
70
70
app-id : ${{ secrets.GITGITGADGET_GITHUB_APP_ID }}
You can’t perform that action at this time.
0 commit comments