From c5cf665482907233c71ca168867e2161d22045c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 22:06:22 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 5 to 6 Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 18da789..2f1e4b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: - name: Enable corepack run: corepack enable - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: path: ~/.local/share/pnpm/store key: pnpm-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }} @@ -114,7 +114,7 @@ jobs: node-version-file: ".nvmrc" - name: Enable corepack (provides pnpm pinned to packageManager) run: corepack enable - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: path: ~/.local/share/pnpm/store key: pnpm-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }} @@ -187,7 +187,7 @@ jobs: node-version-file: ".nvmrc" - name: Enable corepack (provides pnpm pinned to packageManager) run: corepack enable - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: path: ~/.local/share/pnpm/store key: pnpm-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }} @@ -237,7 +237,7 @@ jobs: node-version-file: ".nvmrc" - name: Enable corepack (provides pnpm pinned to packageManager) run: corepack enable - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: path: ~/.local/share/pnpm/store key: pnpm-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }} @@ -267,7 +267,7 @@ jobs: node-version-file: ".nvmrc" - name: Enable corepack (provides pnpm pinned to packageManager) run: corepack enable - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: path: ~/.local/share/pnpm/store key: pnpm-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}