diff --git a/.github/workflows/dry-run-release.yml b/.github/workflows/dry-run-release.yml index dd059374..a9dded02 100644 --- a/.github/workflows/dry-run-release.yml +++ b/.github/workflows/dry-run-release.yml @@ -30,7 +30,7 @@ jobs: with: node-version: 20 - name: Cache Node packages - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: node_modules key: release-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 116ef7ea..1fa2dd58 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -20,7 +20,7 @@ jobs: with: node-version: 20 - name: Cache Node packages - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: node_modules key: release-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}