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 8e102f4 commit 2b6c993Copy full SHA for 2b6c993
.github/workflows/update-dependencies.yml
@@ -36,7 +36,7 @@ jobs:
36
37
# we use this step to grab a Github App auth token, so that PRs generated by this workflow
38
# run the GHA tests.
39
- - uses: actions/create-github-app-token@v1
+ - uses: actions/create-github-app-token@v2
40
id: app-token
41
if: github.ref == 'refs/heads/main' && github.repository == 'scikit-build/cmake-python-distributions'
42
with:
0 commit comments