diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d1f84c..0839b93 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - 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 dc5fc89..0a1847c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: node-version: 24 registry-url: "https://registry.npmjs.org" - name: Restore cached dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.pnpm-store key: node-modules-${{ hashFiles('package.json') }}