Skip to content

Commit a22f92c

Browse files
chore(deps): bump actions/create-github-app-token in the actions group (#1765)
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 a951654 commit a22f92c

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
@@ -28,7 +28,7 @@ jobs:
2828
git config --global user.email "89297709+manylinux-bot[bot]@users.noreply.github.com"
2929
# we use this step to grab a Github App auth token, so that lastversion can query GitHub API
3030
# without rate-limit and PRs get run by GHA.
31-
- uses: actions/create-github-app-token@v1
31+
- uses: actions/create-github-app-token@v2
3232
id: generate-token
3333
if: github.ref == 'refs/heads/main' && github.repository == 'pypa/manylinux'
3434
with:

0 commit comments

Comments
 (0)