Skip to content

Commit f6f5279

Browse files
authored
fix: update to actions/cache@v4 (#1471)
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.
1 parent 369ead3 commit f6f5279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/cache-node-modules/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ runs:
2121
steps:
2222
# Windows I/O is so slow it's faster to just install the deps every time
2323
- if: ${{ runner.os != 'Windows' }}
24-
uses: actions/cache@v3
24+
uses: actions/cache@v4
2525
id: cache
2626
with:
2727
path: |

0 commit comments

Comments
 (0)