File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3131 steps :
3232 - name : Checkout
3333 uses : actions/checkout@v4
34- - uses : actions/create-github-app-token@v1
34+ - uses : actions/create-github-app-token@v2
3535 id : app-token
3636 with :
3737 app-id : ${{ vars.GH_APP_ID }}
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ jobs:
124124 env :
125125 ARTIFACT : reearth-web_${{ inputs.name }}.tar.gz
126126 steps :
127- - uses : actions/create-github-app-token@v1
127+ - uses : actions/create-github-app-token@v2
128128 id : app-token
129129 with :
130130 app-id : ${{ vars.GH_APP_ID }}
Original file line number Diff line number Diff line change 2222 runs-on : ubuntu-latest
2323 if : github.ref == 'refs/heads/release'
2424 steps :
25- - uses : actions/create-github-app-token@v1
25+ - uses : actions/create-github-app-token@v2
2626 id : app-token
2727 with :
2828 app-id : ${{ vars.GH_APP_ID }}
Original file line number Diff line number Diff line change 66 runs-on : ubuntu-latest
77 if : github.ref == 'refs/heads/main'
88 steps :
9- - uses : actions/create-github-app-token@v1
9+ - uses : actions/create-github-app-token@v2
1010 id : app-token
1111 with :
1212 app-id : ${{ vars.GH_APP_ID }}
You can’t perform that action at this time.
0 commit comments