diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index beb39acd4..128e14992 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -25,7 +25,7 @@ jobs: node-version: ${{ matrix.node-version }} - 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') }} @@ -67,7 +67,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') }}