Skip to content

Commit 9e92bf2

Browse files
committed
Update deps
1 parent 8f1b5a7 commit 9e92bf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rustdoc.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v4.1.1
2121

2222
- name: Install Rustup
2323
run: if ! command -v rustup &>/dev/null; then (curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y); fi
@@ -29,7 +29,7 @@ jobs:
2929
run: source "$HOME/.cargo/env"; cargo doc --all
3030

3131
- name: Deploy Docs
32-
uses: peaceiris/actions-gh-pages@364c31d33bb99327c77b3a5438a83a357a6729ad # v3.4.0
32+
uses: peaceiris/actions-gh-pages@v4.0.0
3333
with:
3434
github_token: ${{ secrets.GITHUB_TOKEN }}
3535
publish_branch: gh-pages

0 commit comments

Comments
 (0)