From 2cff2b6bf365cf67faac6028f0e476f66c660f11 Mon Sep 17 00:00:00 2001 From: Josh Nichols Date: Tue, 26 Nov 2024 13:23:59 -0500 Subject: [PATCH] Update to actinos/cache@v3 since v2 is EOL --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dae5986..cfe5657 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Cache Node Modules id: cache-node-modules - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: node_modules key: ${{ hashFiles('**/package-lock.json') }}