diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 43b9aca3..54d2d675 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,7 @@ jobs: - name: Cache node_modules id: cached-node-modules - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: node_modules key: node-modules-${{ hashFiles('package-lock.json') }}-${{ env.NODE_VERSION }} @@ -49,7 +49,7 @@ jobs: - name: Cache node_modules id: cached-node-modules - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: node_modules key: node-modules-${{ hashFiles('package-lock.json') }}-${{ env.NODE_VERSION }} @@ -72,7 +72,7 @@ jobs: - name: Cache node_modules id: cached-node-modules - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: node_modules key: node-modules-${{ hashFiles('package-lock.json') }}-${{ env.NODE_VERSION }}