From 8da57642ca9aba9bc95299d64ef7d9c8d157fd14 Mon Sep 17 00:00:00 2001 From: Hamir Mahal Date: Sun, 27 Oct 2024 12:42:45 -0700 Subject: [PATCH] fix: usage of `a deprecated Node.js version` --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ecb21d4eb229..64b79fbad8fc 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' }}