From 34b6b49a5b3eadfd922110f45831d87a2eb5fee2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 01:06:50 +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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5fc1bfa..788364e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,7 +80,7 @@ jobs: run: echo "result=${{ hashFiles('yarn.lock') }}" >>$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 }} @@ -130,7 +130,7 @@ jobs: node-version-file: .nvmrc - 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 }} @@ -157,7 +157,7 @@ jobs: node-version-file: .nvmrc - 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 }} @@ -190,7 +190,7 @@ jobs: node-version-file: .nvmrc - 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 }}