diff --git a/.github/workflows/pkgdown.yml b/.github/workflows/pkgdown.yml index cc3ab4b..4ed06a1 100644 --- a/.github/workflows/pkgdown.yml +++ b/.github/workflows/pkgdown.yml @@ -17,7 +17,7 @@ jobs: env: GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} steps: - - uses: actions/checkout@v23 + - uses: actions/checkout@v3 with: # The branch, tag or SHA to checkout. When checking out the repository that # triggered a workflow, this defaults to the reference or SHA for that event.