We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a951654 commit a22f92cCopy full SHA for a22f92c
.github/workflows/update-dependencies.yml
@@ -28,7 +28,7 @@ jobs:
28
git config --global user.email "89297709+manylinux-bot[bot]@users.noreply.github.com"
29
# we use this step to grab a Github App auth token, so that lastversion can query GitHub API
30
# without rate-limit and PRs get run by GHA.
31
- - uses: actions/create-github-app-token@v1
+ - uses: actions/create-github-app-token@v2
32
id: generate-token
33
if: github.ref == 'refs/heads/main' && github.repository == 'pypa/manylinux'
34
with:
0 commit comments