We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3d87c5 commit 90bef7aCopy full SHA for 90bef7a
2 files changed
.github/workflows/prerelease.yml
@@ -22,7 +22,7 @@ jobs:
22
pull-requests: write
23
id-token: write
24
steps:
25
- - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v1
+ - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3
26
id: github-actions-bot-app-token
27
with:
28
app-id: 819772
.github/workflows/release.yml
@@ -169,7 +169,7 @@ jobs:
169
runs-on: ubuntu-latest
170
permissions: {}
171
172
- - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 #v1
+ - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 #v3
173
174
175
0 commit comments