From 1a7976edf63550740503073d5119bb10fdf0958c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 08:14:35 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 4 to 6 Bumps [actions/cache](https://github.com/actions/cache) from 4 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/v4...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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dbae5dd..1f4da8b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: bun-version: ${{ env.BUN_VERSION }} - run: bun install --frozen-lockfile - name: Cache bun install + dist - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: | node_modules @@ -54,7 +54,7 @@ jobs: bun-version: ${{ env.BUN_VERSION }} - run: bun install --frozen-lockfile - name: Cache bun install + dist - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: | node_modules @@ -99,7 +99,7 @@ jobs: bun-version: ${{ env.BUN_VERSION }} - run: bun install --frozen-lockfile - name: Cache bun install + dist - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: | node_modules @@ -142,7 +142,7 @@ jobs: bun-version: ${{ env.BUN_VERSION }} - run: bun install --frozen-lockfile - name: Cache bun install + dist - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: | node_modules