Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.

Commit 23f7dd7

Browse files
build(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 2de76d0 commit 23f7dd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696

9797
- name: Generate GitHub App token
9898
id: generate_token
99-
uses: actions/create-github-app-token@v1
99+
uses: actions/create-github-app-token@v2
100100
with:
101101
app-id: ${{ secrets.app-id }}
102102
private-key: ${{ secrets.private-key }}

0 commit comments

Comments
 (0)