Skip to content

Commit 90bef7a

Browse files
committed
correct version numbers
1 parent b3d87c5 commit 90bef7a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
pull-requests: write
2323
id-token: write
2424
steps:
25-
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v1
25+
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3
2626
id: github-actions-bot-app-token
2727
with:
2828
app-id: 819772

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
runs-on: ubuntu-latest
170170
permissions: {}
171171
steps:
172-
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 #v1
172+
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 #v3
173173
id: github-actions-bot-app-token
174174
with:
175175
app-id: 819772

0 commit comments

Comments
 (0)