From b30202dca0fad22efc8955682c8d6d71e8e4be7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 00:03:59 +0000 Subject: [PATCH] fix(deps): bump actions/cache from 4 to 5 Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [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/v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c63e59..c476dd2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: cache: 'pnpm' node-version: ${{ matrix.node }} - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: ~/.pnpm-store key: pnpm-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }} @@ -82,7 +82,7 @@ jobs: cache: 'pnpm' node-version: ${{ matrix.node }} - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: ~/.pnpm-store key: pnpm-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }} @@ -120,7 +120,7 @@ jobs: cache: 'pnpm' node-version: ${{ matrix.node }} - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: ~/.pnpm-store key: pnpm-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }} @@ -195,7 +195,7 @@ jobs: cache: 'pnpm' node-version: ${{ matrix.node }} - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: ~/.pnpm-store key: pnpm-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}