diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 13b43e1..84df00c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: with: node-version: 24 - name: Restore cached dependencies - uses: actions/cache@v3 + uses: actions/cache@v5 with: path: ~/.pnpm-store key: node-modules-${{ hashFiles('package.json') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ad2c43b..b88255c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: node-version: 22 registry-url: 'https://registry.npmjs.org' - name: Restore cached dependencies - uses: actions/cache@v3 + uses: actions/cache@v5 with: path: ~/.pnpm-store key: node-modules-${{ hashFiles('package.json') }}