Update deps

This commit is contained in:
Janggun Lee
2024-10-21 16:41:19 +09:00
parent 8f1b5a7890
commit 9e92bf231a

View File

@@ -17,7 +17,7 @@ jobs:
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v3 uses: actions/checkout@v4.1.1
- name: Install Rustup - name: Install Rustup
run: if ! command -v rustup &>/dev/null; then (curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y); fi 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:
run: source "$HOME/.cargo/env"; cargo doc --all run: source "$HOME/.cargo/env"; cargo doc --all
- name: Deploy Docs - name: Deploy Docs
uses: peaceiris/actions-gh-pages@364c31d33bb99327c77b3a5438a83a357a6729ad # v3.4.0 uses: peaceiris/actions-gh-pages@v4.0.0
with: with:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages publish_branch: gh-pages