diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index 696cde71..a70d37ff 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -36,7 +36,7 @@ jobs: # we use this step to grab a Github App auth token, so that PRs generated by this workflow # run the GHA tests. - - uses: actions/create-github-app-token@v1 + - uses: actions/create-github-app-token@v2 id: app-token if: github.ref == 'refs/heads/main' && github.repository == 'scikit-build/cmake-python-distributions' with: