diff options
Diffstat (limited to '.github/workflows/web.yml')
| -rw-r--r-- | .github/workflows/web.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml index 5d9abe4..ec5d446 100644 --- a/.github/workflows/web.yml +++ b/.github/workflows/web.yml @@ -54,10 +54,9 @@ jobs: runs-on: ubuntu-latest steps: # Setup - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: dtolnay/rust-toolchain@stable - uses: swatinem/rust-cache@v2 # If you use any mdbook plugins, here's the place to install them! |
