Unnamed repository; edit this file 'description' to name the repository.
Merge pull request #22538 from lnicola/bump-actions-gh-pages
minor: Bump `peaceiris/actions-gh-pages`
| -rw-r--r-- | .github/workflows/rustdoc.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/rustdoc.yaml b/.github/workflows/rustdoc.yaml index c5588a29f6..7039f78eb1 100644 --- a/.github/workflows/rustdoc.yaml +++ b/.github/workflows/rustdoc.yaml @@ -31,7 +31,7 @@ jobs: - name: Deploy Docs if: github.event_name == 'push' && github.repository == 'rust-lang/rust-analyzer' && github.ref == 'refs/heads/master' - uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0 + uses: peaceiris/actions-gh-pages@84c30a85c19949d7eee79c4ff27748b70285e453 # v4.1.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_branch: gh-pages |