Skip to content

Commit 3d1d04d

Browse files
Merge pull request #1600 from webauthn4j/dependabot/github_actions/actions/create-github-app-token-2
chore(deps): bump actions/create-github-app-token from 1 to 2
2 parents 523071c + ac62600 commit 3d1d04d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/bump-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- name: Generate GitHub App(webauthn4j-github-app-bot) Token
2222
id: app-token
23-
uses: actions/create-github-app-token@v1
23+
uses: actions/create-github-app-token@v2
2424
with:
2525
app-id: ${{ secrets.BOT_APP_ID }}
2626
private-key: ${{ secrets.BOT_PRIVATE_KEY }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- name: Generate GitHub App(webauthn4j-github-app-bot) Token
1818
id: app-token
19-
uses: actions/create-github-app-token@v1
19+
uses: actions/create-github-app-token@v2
2020
with:
2121
app-id: ${{ secrets.BOT_APP_ID }}
2222
private-key: ${{ secrets.BOT_PRIVATE_KEY }}

0 commit comments

Comments
 (0)