diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4924bf6..58281c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Restore cached dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.pnpm-store key: node-modules-${{ hashFiles('package.json') }} diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 8eb95c7..9f259d9 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -28,7 +28,7 @@ jobs: with: node-version: 22 - name: Restore cached dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.pnpm-store key: node-modules-${{ hashFiles('package.json') }}