diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e61de4..fcb1d74 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: run: echo "store=$(pnpm store path)" >> "$GITHUB_OUTPUT" - name: Cache pnpm store - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ${{ steps.pnpm-cache.outputs.store }} key: ${{ runner.os }}-pnpm-${{ hashFiles('pnpm-lock.yaml') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1311291..fd1188d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,7 +61,7 @@ jobs: run: echo "store=$(pnpm store path)" >> "$GITHUB_OUTPUT" - name: Cache pnpm store - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ${{ steps.pnpm-cache.outputs.store }} key: ${{ runner.os }}-pnpm-${{ hashFiles('pnpm-lock.yaml') }}