Skip to content

Commit

Permalink
ci(automation): use action @ v1 rather than v1.x
Browse files Browse the repository at this point in the history
Co-authored-by: Mestery <mestery@pm.me>
  • Loading branch information
bnb and Mesteery committed Jul 8, 2021
1 parent 1b9bd30 commit 0753998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/authors.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
with:
fetch-depth: '0' # this is required to actually get all the authors
- run: "tools/update-authors.js" # run the AUTHORS tool
- uses: gr2m/create-or-update-pull-request-action@v1.x # create a PR or update the Action's existing PR
- uses: gr2m/create-or-update-pull-request-action@v1 # create a PR or update the Action's existing PR
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 0753998

Please sign in to comment.