Skip to content

Commit

Permalink
fix: usage of a deprecated Node.js version
Browse files Browse the repository at this point in the history
  • Loading branch information
hamirmahal committed Oct 28, 2024
1 parent 2e4a11e commit d63322f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}

Expand Down

0 comments on commit d63322f

Please sign in to comment.