Skip to content

Commit

Permalink
Bump actions/cache@v2 to v4
Browse files Browse the repository at this point in the history
actions/cache@v2 expires on 1 February 2015
actions/cache#1510
  • Loading branch information
ezwelty authored and wbazant committed Dec 13, 2024
1 parent 2f12ef9 commit e0bf9ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
node-version-file: .nvmrc

- name: Cache dependencies
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: node_modules
key: ${{ runner.os }}-cache
Expand Down

0 comments on commit e0bf9ee

Please sign in to comment.