Skip to content

Commit dc4e6fc

Browse files
build(deps): bump actions/create-github-app-token from 1 to 3
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 1 to 3. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@v1...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>
1 parent 172d8c3 commit dc4e6fc

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-patch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Generate app token
7272
if: '!inputs.dry_run || inputs.validate_token'
7373
id: app-token
74-
uses: actions/create-github-app-token@v3.1
74+
uses: actions/create-github-app-token@v3
7575
with:
7676
client-id: ${{ secrets.RELEASE_APP_ID }}
7777
private-key: ${{ secrets.RELEASE_APP_PRIVATE_KEY }}

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Generate app token
7272
if: '!inputs.dry_run || inputs.validate_token'
7373
id: app-token
74-
uses: actions/create-github-app-token@v3.1
74+
uses: actions/create-github-app-token@v3
7575
with:
7676
client-id: ${{ secrets.RELEASE_APP_ID }}
7777
private-key: ${{ secrets.RELEASE_APP_PRIVATE_KEY }}

.github/workflows/release-permissions-check.yml

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

3333
- name: Mint release App token
3434
id: app-token
35-
uses: actions/create-github-app-token@v1
35+
uses: actions/create-github-app-token@v3
3636
with:
3737
app-id: ${{ secrets.RELEASE_APP_ID }}
3838
private-key: ${{ secrets.RELEASE_APP_PRIVATE_KEY }}

.github/workflows/release-rotation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
steps:
4343
- name: Mint release App token
4444
id: app-token
45-
uses: actions/create-github-app-token@v1
45+
uses: actions/create-github-app-token@v3
4646
with:
4747
app-id: ${{ secrets.RELEASE_APP_ID }}
4848
private-key: ${{ secrets.RELEASE_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)