From f6f52798a02c9d5b463db4e2e7044e98a7cc327b Mon Sep 17 00:00:00 2001 From: Alex Potsides Date: Tue, 27 Feb 2024 13:01:13 +0000 Subject: [PATCH] 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. --- actions/cache-node-modules/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/cache-node-modules/action.yml b/actions/cache-node-modules/action.yml index 4a81e92ed..0f71faacd 100644 --- a/actions/cache-node-modules/action.yml +++ b/actions/cache-node-modules/action.yml @@ -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: |