Skip to content

Commit 4a565e3

Browse files
chore(deps): update actions/create-github-app-token action to v3
1 parent efc2b7d commit 4a565e3

3 files changed

Lines changed: 3 additions & 3 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@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1
26+
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3
2727
id: github-actions-bot-app-token
2828
with:
2929
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@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1
21+
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3
2222
id: github-actions-bot-app-token
2323
with:
2424
app-id: 819772

.github/workflows/sync-skill.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
dispatch:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1
14+
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3
1515
id: github-actions-bot-app-token
1616
with:
1717
app-id: 819772

0 commit comments

Comments
 (0)