Skip to content

Commit cea07bd

Browse files
authored
Merge pull request rust-lang#22538 from lnicola/bump-actions-gh-pages
minor: Bump `peaceiris/actions-gh-pages`
2 parents 99569ea + 118b9ad commit cea07bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tools/rust-analyzer/.github/workflows/rustdoc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Deploy Docs
3333
if: github.event_name == 'push' && github.repository == 'rust-lang/rust-analyzer' && github.ref == 'refs/heads/master'
34-
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0
34+
uses: peaceiris/actions-gh-pages@84c30a85c19949d7eee79c4ff27748b70285e453 # v4.1.0
3535
with:
3636
github_token: ${{ secrets.GITHUB_TOKEN }}
3737
publish_branch: gh-pages

0 commit comments

Comments
 (0)