Skip to content

Commit 08cbc6f

Browse files
chore(deps): bump actions/create-github-app-token from 1 to 2 in the actions group (#2351)
chore(deps): bump actions/create-github-app-token in the actions group Bumps the actions group with 1 update: [actions/create-github-app-token](https://github.com/actions/create-github-app-token). Updates `actions/create-github-app-token` from 1 to 2 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@v1...v2) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1172cab commit 08cbc6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-dependencies.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
# we use this step to grab a Github App auth token, so that PRs generated by this workflow
2525
# run the GHA tests.
26-
- uses: actions/create-github-app-token@v1
26+
- uses: actions/create-github-app-token@v2
2727
id: generate-token
2828
if: github.ref == 'refs/heads/main' && github.repository == 'pypa/cibuildwheel'
2929
with:

0 commit comments

Comments
 (0)