We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1172cab commit 08cbc6fCopy full SHA for 08cbc6f
.github/workflows/update-dependencies.yml
@@ -23,7 +23,7 @@ jobs:
23
24
# we use this step to grab a Github App auth token, so that PRs generated by this workflow
25
# run the GHA tests.
26
- - uses: actions/create-github-app-token@v1
+ - uses: actions/create-github-app-token@v2
27
id: generate-token
28
if: github.ref == 'refs/heads/main' && github.repository == 'pypa/cibuildwheel'
29
with:
0 commit comments