Skip to content

Commit 5c4d5bc

Browse files
ci: bump actions/create-github-app-token from 2 to 3 (#67)
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2 to 3. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@v2...v3) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 59c797b commit 5c4d5bc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dependabot-auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Generate app token
2020
if: steps.metadata.outputs.update-type == 'version-update:semver-patch'
2121
id: app-token
22-
uses: actions/create-github-app-token@v2
22+
uses: actions/create-github-app-token@v3
2323
with:
2424
app-id: ${{ secrets.APP_ID }}
2525
private-key: ${{ secrets.APP_PRIVATE_KEY }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Release Please
1414
runs-on: ubuntu-24.04
1515
steps:
16-
- uses: actions/create-github-app-token@v2
16+
- uses: actions/create-github-app-token@v3
1717
id: app-token
1818
with:
1919
app-id: ${{ secrets.APP_ID }}

0 commit comments

Comments
 (0)