Skip to content

Commit ca28174

Browse files
chore(ci): bump actions/create-github-app-token from 2 to 3 (#349)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4584da0 commit ca28174

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-cd.yml

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

353353
steps:
354354
- name: Generate release token
355-
uses: actions/create-github-app-token@v2
355+
uses: actions/create-github-app-token@v3
356356
id: app-token
357357
with:
358358
app-id: ${{ secrets.RELEASER_APP_ID }}

.github/workflows/dependabot-auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Generate App Token
2727
id: app-token
2828
if: steps.metadata.outputs.update-type == 'version-update:semver-minor' || steps.metadata.outputs.update-type == 'version-update:semver-patch'
29-
uses: actions/create-github-app-token@v2
29+
uses: actions/create-github-app-token@v3
3030
with:
3131
app-id: ${{ secrets.RELEASER_APP_ID }}
3232
private-key: ${{ secrets.RELEASER_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)