Skip to content

Commit

Permalink
fix: update to actions/cache@v4 (#1471)
Browse files Browse the repository at this point in the history
Updates to [actions/cache@v4](https://github.com/actions/cache/releases/tag/v4.0.0)
which among other things uses node 20 so silences all the warnings
about node@16 still being used.
  • Loading branch information
achingbrain authored Feb 27, 2024
1 parent 369ead3 commit f6f5279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/cache-node-modules/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:
steps:
# Windows I/O is so slow it's faster to just install the deps every time
- if: ${{ runner.os != 'Windows' }}
uses: actions/cache@v3
uses: actions/cache@v4
id: cache
with:
path: |
Expand Down

0 comments on commit f6f5279

Please sign in to comment.