From 9f7d1698f376918116d08c8c1b04af1c8f3866c3 Mon Sep 17 00:00:00 2001 From: Alex Potsides Date: Tue, 10 Jan 2023 14:38:40 +0000 Subject: [PATCH] fix: update actions/cache (#1154) Update actions/cache to v3 to use node 16 instead of node 12 which is now deprecated by GitHub. --- 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 ed47a7e7e..7965c1541 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@v2 + uses: actions/cache@v3 id: cache with: path: |