Skip to content

Commit 0cc5c12

Browse files
ci(deps): bump actions/create-github-app-token from 1 to 2 (OtherVibes#29)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f6e7b01 commit 0cc5c12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Create GitHub App token
5353
if: env.ACT != 'true'
5454
id: app_token
55-
uses: actions/create-github-app-token@v1
55+
uses: actions/create-github-app-token@v2
5656
with:
5757
app-id: ${{ secrets.APP_ID }}
5858
private-key: ${{ secrets.APP_PRIVATE_KEY }}

.github/workflows/release-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
5555
- name: Create GitHub App token
5656
id: app_token
57-
uses: actions/create-github-app-token@v1
57+
uses: actions/create-github-app-token@v2
5858
with:
5959
app-id: ${{ secrets.APP_ID }}
6060
private-key: ${{ secrets.APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)