Skip to content

Commit debcfec

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 1eef0fe commit debcfec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# default GITHUB_TOKEN) so CI runs on the PR without a manual approval
2929
# gate. Best-effort: falls back to GITHUB_TOKEN when the App secrets or
3030
# installation are absent.
31-
- uses: actions/create-github-app-token@v2
31+
- uses: actions/create-github-app-token@v3
3232
id: app-token
3333
continue-on-error: true
3434
with:

0 commit comments

Comments
 (0)