Skip to content

Commit 2b6c993

Browse files
chore(deps): bump actions/create-github-app-token in the actions group (#600)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8e102f4 commit 2b6c993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-dependencies.yml

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

3737
# we use this step to grab a Github App auth token, so that PRs generated by this workflow
3838
# run the GHA tests.
39-
- uses: actions/create-github-app-token@v1
39+
- uses: actions/create-github-app-token@v2
4040
id: app-token
4141
if: github.ref == 'refs/heads/main' && github.repository == 'scikit-build/cmake-python-distributions'
4242
with:

0 commit comments

Comments
 (0)