diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4de664f69..a8d820ba2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -35,7 +35,7 @@ jobs: - name: Cache node_modules id: cache-node-modules - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: node_modules key: node-modules-${{ hashFiles('package-lock.json') }}-${{ env.NODE_VERSION }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 14c15fba1..da039af61 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: - name: Cache node_modules id: cached-node-modules - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: node_modules key: node-modules-${{ hashFiles('package-lock.json') }}-${{ env.NODE_VERSION }} @@ -48,7 +48,7 @@ jobs: - name: Cache node_modules id: cached-node-modules - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: node_modules key: node-modules-${{ hashFiles('package-lock.json') }}-${{ env.NODE_VERSION }} @@ -71,7 +71,7 @@ jobs: - name: Cache node_modules id: cached-node-modules - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: node_modules key: node-modules-${{ hashFiles('package-lock.json') }}-${{ env.NODE_VERSION }}