From a5ecc8016a8480c99a9518fbf511ca8ea80f2132 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Aug 2025 03:46:43 +0000 Subject: [PATCH] ci(deps): Bump actions/cache from 4.2.3 to 4.2.4 Bumps [actions/cache](https://github.com/actions/cache) from 4.2.3 to 4.2.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/v4.2.3...v4.2.4) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.2.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 7bc7662a..30cb3120 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,7 +89,7 @@ jobs: run: echo "result=${{ runner.os }}-${{ github.run_id }}" >>$GITHUB_OUTPUT - id: cache name: Cache dependencies - uses: actions/cache@v4.2.3 + uses: actions/cache@v4.2.4 with: key: ${{ steps.cache-key.outputs.result }} path: ${{ env.CACHE_PATH }} @@ -129,7 +129,7 @@ jobs: node-version-file: .nvmrc - id: cache name: Restore dependencies cache - uses: actions/cache@v4.2.3 + uses: actions/cache@v4.2.4 with: key: ${{ needs.preflight.outputs.cache-key }} path: ${{ env.CACHE_PATH }} @@ -179,7 +179,7 @@ jobs: node-version-file: .nvmrc - id: cache name: Restore dependencies cache - uses: actions/cache@v4.2.3 + uses: actions/cache@v4.2.4 with: key: ${{ needs.preflight.outputs.cache-key }} path: ${{ env.CACHE_PATH }} @@ -208,7 +208,7 @@ jobs: node-version-file: .nvmrc - id: cache name: Restore dependencies cache - uses: actions/cache@v4.2.3 + uses: actions/cache@v4.2.4 with: key: ${{ needs.preflight.outputs.cache-key }} path: ${{ env.CACHE_PATH }} @@ -237,7 +237,7 @@ jobs: node-version-file: .nvmrc - id: cache name: Restore dependencies cache - uses: actions/cache@v4.2.3 + uses: actions/cache@v4.2.4 with: key: ${{ needs.preflight.outputs.cache-key }} path: ${{ env.CACHE_PATH }} @@ -276,7 +276,7 @@ jobs: node-version-file: .nvmrc - id: cache name: Restore dependencies cache - uses: actions/cache@v4.2.3 + uses: actions/cache@v4.2.4 with: key: ${{ needs.preflight.outputs.cache-key }} path: ${{ env.CACHE_PATH }} @@ -332,7 +332,7 @@ jobs: node-version: ${{ matrix.node-version }} - id: cache name: Restore dependencies cache - uses: actions/cache@v4.2.3 + uses: actions/cache@v4.2.4 with: key: ${{ needs.preflight.outputs.cache-key }} path: ${{ env.CACHE_PATH }} @@ -402,7 +402,7 @@ jobs: node-version-file: .nvmrc - id: cache name: Restore dependencies cache - uses: actions/cache@v4.2.3 + uses: actions/cache@v4.2.4 with: key: ${{ needs.preflight.outputs.cache-key }} path: ${{ env.CACHE_PATH }} @@ -455,7 +455,7 @@ jobs: node-version-file: .nvmrc - id: cache name: Restore dependencies cache - uses: actions/cache@v4.2.3 + uses: actions/cache@v4.2.4 with: key: ${{ needs.preflight.outputs.cache-key }} path: ${{ env.CACHE_PATH }}