From adb1ab1154968197c04e127be07fb6260e18e40f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 20:42:21 +0000 Subject: [PATCH] ci(deps): bump actions/cache from 6.0.0 to 6.1.0 Bumps [actions/cache](https://github.com/actions/cache) from 6.0.0 to 6.1.0. - [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/v6.0.0...v6.1.0) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9da2b1e4..96ac14f8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,7 +80,7 @@ jobs: run: echo "result=${{ runner.os }}-${{ github.run_id }}" >>$GITHUB_OUTPUT - id: cache name: Cache dependencies - uses: actions/cache@v6.0.0 + uses: actions/cache@v6.1.0 with: key: ${{ steps.cache-key.outputs.result }} path: ${{ env.CACHE_PATH }} @@ -108,7 +108,7 @@ jobs: bun-version-file: package.json - id: cache name: Restore dependencies cache - uses: actions/cache@v6.0.0 + uses: actions/cache@v6.1.0 with: key: ${{ needs.preflight.outputs.cache-key }} path: ${{ env.CACHE_PATH }} @@ -135,7 +135,7 @@ jobs: bun-version-file: package.json - id: cache name: Restore dependencies cache - uses: actions/cache@v6.0.0 + uses: actions/cache@v6.1.0 with: key: ${{ needs.preflight.outputs.cache-key }} path: ${{ env.CACHE_PATH }} @@ -161,7 +161,7 @@ jobs: bun-version-file: package.json - id: cache name: Restore dependencies cache - uses: actions/cache@v6.0.0 + uses: actions/cache@v6.1.0 with: key: ${{ needs.preflight.outputs.cache-key }} path: ${{ env.CACHE_PATH }} @@ -187,7 +187,7 @@ jobs: bun-version-file: package.json - id: cache name: Restore dependencies cache - uses: actions/cache@v6.0.0 + uses: actions/cache@v6.1.0 with: key: ${{ needs.preflight.outputs.cache-key }} path: ${{ env.CACHE_PATH }} @@ -215,7 +215,7 @@ jobs: bun-version-file: package.json - id: cache name: Restore dependencies cache - uses: actions/cache@v6.0.0 + uses: actions/cache@v6.1.0 with: key: ${{ needs.preflight.outputs.cache-key }} path: ${{ env.CACHE_PATH }} @@ -256,7 +256,7 @@ jobs: bun-version-file: package.json - id: cache name: Restore dependencies cache - uses: actions/cache@v6.0.0 + uses: actions/cache@v6.1.0 with: key: ${{ needs.preflight.outputs.cache-key }} path: ${{ env.CACHE_PATH }} @@ -312,7 +312,7 @@ jobs: bun-version-file: package.json - id: cache name: Restore dependencies cache - uses: actions/cache@v6.0.0 + uses: actions/cache@v6.1.0 with: key: ${{ needs.preflight.outputs.cache-key }} path: ${{ env.CACHE_PATH }} @@ -356,7 +356,7 @@ jobs: bun-version-file: package.json - id: cache name: Restore dependencies cache - uses: actions/cache@v6.0.0 + uses: actions/cache@v6.1.0 with: key: ${{ needs.preflight.outputs.cache-key }} path: ${{ env.CACHE_PATH }}