Skip to content

Commit

Permalink
Merge pull request #163 from EladHeller/dependabot/github_actions/dev…
Browse files Browse the repository at this point in the history
…elop/actions/cache-4

[dependabot]: Bump actions/cache from 3 to 4
  • Loading branch information
EladHeller authored Jul 4, 2024
2 parents f23f763 + 9189ebc commit c83c10d
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 @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v4

- name: Cache node modules
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-node-modules-v1
with:
Expand Down

0 comments on commit c83c10d

Please sign in to comment.