Skip to content

Commit 11d7094

Browse files
chore(deps): update actions/create-github-app-token action to v3
1 parent 5eb5cac commit 11d7094

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/change-prerelease-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
contents: write
2424

2525
steps:
26-
- uses: actions/create-github-app-token@v1
26+
- uses: actions/create-github-app-token@v3
2727
id: github-actions-bot-app-token
2828
with:
2929
app-id: 819772

.github/workflows/devtools-errorcodes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
dispatch:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/create-github-app-token@v1
12+
- uses: actions/create-github-app-token@v3
1313
id: github-actions-bot-app-token
1414
with:
1515
app-id: 819772

.github/workflows/exit-prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
contents: write
1919

2020
steps:
21-
- uses: actions/create-github-app-token@v1
21+
- uses: actions/create-github-app-token@v3
2222
id: github-actions-bot-app-token
2323
with:
2424
app-id: 819772

.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@v1
25+
- uses: actions/create-github-app-token@v3
2626
id: github-actions-bot-app-token
2727
with:
2828
app-id: 819772

0 commit comments

Comments
 (0)