Skip to content

Commit 8154e8b

Browse files
chore(deps): bump actions/create-github-app-token in /.github/workflows
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>
1 parent 373ee50 commit 8154e8b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
if: "${{ startsWith(github.event.head_commit.message, 'chore: release') }}"
1616
steps:
1717
- name: Generate GitHub token
18-
uses: actions/create-github-app-token@v2
18+
uses: actions/create-github-app-token@v3
1919
id: generate-token
2020
with:
2121
app-id: ${{ secrets.RELEASER_APP_ID }}

.github/workflows/release-pr.yml

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

0 commit comments

Comments
 (0)