Skip to content

Commit

Permalink
Update actions/cache to V4
Browse files Browse the repository at this point in the history
Version 2 is to be eliminated on 2024-02-01
  • Loading branch information
makyen committed Dec 28, 2024
1 parent 3aebc2c commit c3c222a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Setup cache
id: cache-node
uses: actions/cache@v2.1.4
uses: actions/cache@v4
with:
path: |
**/node_modules
Expand Down

0 comments on commit c3c222a

Please sign in to comment.