We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05d5c9b commit 028455fCopy full SHA for 028455f
.github/workflows/update-dependencies.yml
@@ -35,7 +35,7 @@ jobs:
35
36
# we use this step to grab a Github App auth token, so that PRs generated by this workflow
37
# run the GHA tests.
38
- - uses: tibdex/github-app-token@v1
+ - uses: tibdex/github-app-token@v2
39
id: generate-token
40
if: github.ref == 'refs/heads/main' && github.repository == 'pypa/cibuildwheel'
41
with:
0 commit comments