diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index c523808..b5b06df 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -24,7 +24,7 @@ jobs: node-version: ${{ env.node_version }} - name: Cache Node.js modules - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: .npm key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }} @@ -50,7 +50,7 @@ jobs: node-version: ${{ env.node_version }} - name: Cache Node.js modules - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: .npm key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 77da75b..d4ed4f9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: node-version: ${{ env.node_version }} - name: Cache Node.js modules - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: .npm key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }} @@ -51,7 +51,7 @@ jobs: node-version: ${{ env.node_version }} - name: Cache Node.js modules - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: .npm key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }}