Skip to content

Commit 3b88883

Browse files
Bump actions/create-github-app-token from 1 to 2 (#941)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2bde8c4 commit 3b88883

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
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: pub-hk-ubuntu-24.04-ip
2626
steps:
2727
- name: Get token for GH application (Linguist)
28-
uses: actions/create-github-app-token@v1
28+
uses: actions/create-github-app-token@v2
2929
id: generate-token
3030
with:
3131
app-id: ${{ vars.LINGUIST_GH_APP_ID }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: pub-hk-ubuntu-24.04-ip
1717
steps:
1818
- name: Get token for GH application (Linguist)
19-
uses: actions/create-github-app-token@v1
19+
uses: actions/create-github-app-token@v2
2020
id: generate-token
2121
with:
2222
app-id: ${{ vars.LINGUIST_GH_APP_ID }}

0 commit comments

Comments
 (0)