diff options
| author | bors <bors@rust-lang.org> | 2024-05-03 17:26:34 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-05-03 17:26:34 +0000 |
| commit | fb230553d8ca52fde52f1c59643f8e9ecd63cb2d (patch) | |
| tree | 2ec22b462ae9a096582ee54c197cfc554fe25d71 | |
| parent | 1e7c467843bd1d0bcf8bfc27d057adacfa716da7 (diff) | |
| parent | 1f199fe17c7331c320cfbfc4754f66b0495eb6a2 (diff) | |
| download | rust-fb230553d8ca52fde52f1c59643f8e9ecd63cb2d.tar.gz rust-fb230553d8ca52fde52f1c59643f8e9ecd63cb2d.zip | |
Auto merge of #17180 - lnicola:bump-gh-pages, r=lnicola
minor: bump `peaceiris/actions-gh-pages`
| -rw-r--r-- | src/tools/rust-analyzer/.github/workflows/rustdoc.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/rust-analyzer/.github/workflows/rustdoc.yaml b/src/tools/rust-analyzer/.github/workflows/rustdoc.yaml index 12a1a791fda..f975bbaa510 100644 --- a/src/tools/rust-analyzer/.github/workflows/rustdoc.yaml +++ b/src/tools/rust-analyzer/.github/workflows/rustdoc.yaml @@ -26,7 +26,7 @@ jobs: run: cargo doc --all --no-deps - name: Deploy Docs - uses: peaceiris/actions-gh-pages@364c31d33bb99327c77b3a5438a83a357a6729ad # v3.4.0 + uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_branch: gh-pages |
