diff --git a/.github/workflows/authors.yml b/.github/workflows/authors.yml index e58393ac73a6..412141cd5cd2 100644 --- a/.github/workflows/authors.yml +++ b/.github/workflows/authors.yml @@ -22,7 +22,7 @@ jobs: fetch-depth: '0' # This is required to actually get all the authors persist-credentials: false - run: 'dev/update-authors.js' # Run the AUTHORS tool - - uses: gr2m/create-or-update-pull-request-action@2fa38a89a3163b6ee8a76c110d3af2d7325ea9aa # Create a PR or update the Action's existing PR + - uses: gr2m/create-or-update-pull-request-action@86ec1766034c8173518f61d2075cc2a173fb8c97 # Create a PR or update the Action's existing PR env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: