Skip to content

Commit ac62600

Browse files
chore(deps): bump actions/create-github-app-token from 1 to 2
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 1 to 2. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@v1...v2) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 523071c commit ac62600

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)