about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-10-28 17:18:11 +0000
committerbors <bors@rust-lang.org>2024-10-28 17:18:11 +0000
commitd09d85d8efc327708649dbf33f88236349f87b2c (patch)
tree2d6d17375790059564f23c3d10696565d8778618
parent2e4a11ea776a33417945b485aee39c28c1509af2 (diff)
parentd63322f0f48d379dc44a3741847a2aedf1ef358c (diff)
downloadrust-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.yml2
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' }}