Skip to content

Commit 596e921

Browse files
build(deps): bump actions/create-github-app-token from 2 to 3
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) - [Changelog](https://github.com/actions/create-github-app-token/blob/main/CHANGELOG.md) - [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 fef7c37 commit 596e921

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎.github/workflows/codewhale-review.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- name: Mint Codewhale Agent app token
9292
if: env.HAS_ANY_KEY == 'true' && env.HAS_APP_KEY == 'true' && vars.CODEWHALE_APP_ID != ''
9393
id: app-token
94-
uses: actions/create-github-app-token@v2
94+
uses: actions/create-github-app-token@v3
9595
with:
9696
app-id: ${{ vars.CODEWHALE_APP_ID }}
9797
private-key: ${{ secrets.CODEWHALE_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)