From 35bd6b92b218b10751a26176de187431995b690b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 20:42:54 +0000 Subject: [PATCH] ci(deps): bump actions/cache from 5.0.3 to 5.0.4 Bumps [actions/cache](https://github.com/actions/cache) from 5.0.3 to 5.0.4. - [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.3...v5.0.4) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.4 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 61e905fe..e3a44719 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.3 + uses: actions/cache@v5.0.4 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.3 + uses: actions/cache@v5.0.4 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.3 + uses: actions/cache@v5.0.4 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.3 + uses: actions/cache@v5.0.4 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.3 + uses: actions/cache@v5.0.4 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.3 + uses: actions/cache@v5.0.4 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.3 + uses: actions/cache@v5.0.4 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.3 + uses: actions/cache@v5.0.4 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.3 + uses: actions/cache@v5.0.4 with: key: ${{ needs.preflight.outputs.cache-key }} path: ${{ env.CACHE_PATH }}