about summary refs log tree commit diff
diff options
context:
space:
mode:
authorHamir Mahal <hamirmahal@gmail.com>2024-10-28 09:04:16 -0700
committerHamir Mahal <hamirmahal@gmail.com>2024-10-28 09:04:16 -0700
commitd63322f0f48d379dc44a3741847a2aedf1ef358c (patch)
tree2d6d17375790059564f23c3d10696565d8778618
parent2e4a11ea776a33417945b485aee39c28c1509af2 (diff)
downloadrust-d63322f0f48d379dc44a3741847a2aedf1ef358c.tar.gz
rust-d63322f0f48d379dc44a3741847a2aedf1ef358c.zip
fix: usage of `a deprecated Node.js version`
-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' }}