diff options
| author | mo8it <mo8it@proton.me> | 2024-07-03 17:51:06 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-07-03 17:51:06 +0200 |
| commit | ad66fe00746f598da929109f934db32018547f90 (patch) | |
| tree | f50a4a5a6240af2cbf07ba919325511ca893a7c7 /.github | |
| parent | df64893f2b7abe288d54ab3a7d25e64fee6299b7 (diff) | |
Update checkout in web.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/web.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml index 5d9abe4..0b998af 100644 --- a/.github/workflows/web.yml +++ b/.github/workflows/web.yml @@ -54,7 +54,7 @@ jobs: runs-on: ubuntu-latest steps: # Setup - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - uses: dtolnay/rust-toolchain@stable |
