From 3e8ffc2c03b35f6cac7c14cd5d8a19f1ce43d7bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 21:31:52 +0000 Subject: [PATCH] ci(deps): bump actions/cache from 5.0.4 to 5.0.5 Bumps [actions/cache](https://github.com/actions/cache) from 5.0.4 to 5.0.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/v5.0.4...v5.0.5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... 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 10cb8447..8ec6f801 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@v5.0.4 + uses: actions/cache@v5.0.5 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@v5.0.4 + uses: actions/cache@v5.0.5 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@v5.0.4 + uses: actions/cache@v5.0.5 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@v5.0.4 + uses: actions/cache@v5.0.5 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@v5.0.4 + uses: actions/cache@v5.0.5 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@v5.0.4 + uses: actions/cache@v5.0.5 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@v5.0.4 + uses: actions/cache@v5.0.5 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@v5.0.4 + uses: actions/cache@v5.0.5 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@v5.0.4 + uses: actions/cache@v5.0.5 with: key: ${{ needs.preflight.outputs.cache-key }} path: ${{ env.CACHE_PATH }}