diff --git a/.github/workflows/authors.yml b/.github/workflows/authors.yml index efa21de..11df972 100644 --- a/.github/workflows/authors.yml +++ b/.github/workflows/authors.yml @@ -9,7 +9,7 @@ jobs: run: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: wow-actions/update-authors@v1 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}