From 472ede3135f1ddf9969678b5fae704b07880fa0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 12:20:47 +0000 Subject: [PATCH] ci(deps): Bump actions/cache from 4.2.4 to 4.3.0 Bumps [actions/cache](https://github.com/actions/cache) from 4.2.4 to 4.3.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/v4.2.4...v4.3.0) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 14d9d03..70d8db7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,7 +78,7 @@ jobs: run: echo "result=${{ runner.os }}-${{ github.run_id }}" >>$GITHUB_OUTPUT - id: cache name: Cache dependencies - uses: actions/cache@v4.2.4 + uses: actions/cache@v4.3.0 with: key: ${{ steps.cache-key.outputs.result }} path: ${{ env.CACHE_PATH }} @@ -100,7 +100,7 @@ jobs: bun-version-file: package.json - id: cache name: Restore dependencies cache - uses: actions/cache@v4.2.4 + uses: actions/cache@v4.3.0 with: key: ${{ needs.preflight.outputs.cache-key }} path: ${{ env.CACHE_PATH }} @@ -127,7 +127,7 @@ jobs: bun-version-file: package.json - id: cache name: Restore dependencies cache - uses: actions/cache@v4.2.4 + uses: actions/cache@v4.3.0 with: key: ${{ needs.preflight.outputs.cache-key }} path: ${{ env.CACHE_PATH }} @@ -153,7 +153,7 @@ jobs: bun-version-file: package.json - id: cache name: Restore dependencies cache - uses: actions/cache@v4.2.4 + uses: actions/cache@v4.3.0 with: key: ${{ needs.preflight.outputs.cache-key }} path: ${{ env.CACHE_PATH }} @@ -179,7 +179,7 @@ jobs: bun-version-file: package.json - id: cache name: Restore dependencies cache - uses: actions/cache@v4.2.4 + uses: actions/cache@v4.3.0 with: key: ${{ needs.preflight.outputs.cache-key }} path: ${{ env.CACHE_PATH }} @@ -207,7 +207,7 @@ jobs: bun-version-file: package.json - id: cache name: Restore dependencies cache - uses: actions/cache@v4.2.4 + uses: actions/cache@v4.3.0 with: key: ${{ needs.preflight.outputs.cache-key }} path: ${{ env.CACHE_PATH }} @@ -248,7 +248,7 @@ jobs: bun-version-file: package.json - id: cache name: Restore dependencies cache - uses: actions/cache@v4.2.4 + uses: actions/cache@v4.3.0 with: key: ${{ needs.preflight.outputs.cache-key }} path: ${{ env.CACHE_PATH }} @@ -317,7 +317,7 @@ jobs: bun-version-file: package.json - id: cache name: Restore dependencies cache - uses: actions/cache@v4.2.4 + uses: actions/cache@v4.3.0 with: key: ${{ needs.preflight.outputs.cache-key }} path: ${{ env.CACHE_PATH }}