diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index 9c14ed681..a31aaf887 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -23,7 +23,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: generate-token if: github.ref == 'refs/heads/main' && github.repository == 'pypa/cibuildwheel' with: