diff options
| author | bors <bors@rust-lang.org> | 2024-10-28 17:18:11 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-10-28 17:18:11 +0000 |
| commit | d09d85d8efc327708649dbf33f88236349f87b2c (patch) | |
| tree | 2d6d17375790059564f23c3d10696565d8778618 | |
| parent | 2e4a11ea776a33417945b485aee39c28c1509af2 (diff) | |
| parent | d63322f0f48d379dc44a3741847a2aedf1ef358c (diff) | |
| download | rust-d09d85d8efc327708649dbf33f88236349f87b2c.tar.gz rust-d09d85d8efc327708649dbf33f88236349f87b2c.zip | |
Auto merge of #13614 - hamirmahal:fix/usage-of-a-deprecated-nodejs-version, r=flip1995
fix: usage of `a deprecated Node.js version` Fixes #13613 changelog: none
| -rw-r--r-- | .github/workflows/deploy.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 94f494b65c4..32dc251c836 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -52,7 +52,7 @@ jobs: run: cargo generate-lockfile - name: Cache - uses: Swatinem/rust-cache@v2.7.0 + uses: Swatinem/rust-cache@v2 with: save-if: ${{ github.ref == 'refs/heads/master' }} |
