From a54710b6b165ca3395c5008559d9ea42e019243a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 22:25:05 +0000 Subject: [PATCH] ci(deps): Bump actions/cache from 4.1.1 to 4.1.2 Bumps [actions/cache](https://github.com/actions/cache) from 4.1.1 to 4.1.2. - [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.1.1...v4.1.2) --- updated-dependencies: - dependency-name: actions/cache 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 6cd2aca9..c9dacd86 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.1.1 + uses: actions/cache@v4.1.2 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.1.1 + uses: actions/cache@v4.1.2 with: key: ${{ needs.preflight.outputs.cache-key }} path: ${{ env.CACHE_PATH }} @@ -181,7 +181,7 @@ jobs: node-version-file: .nvmrc - id: cache name: Restore dependencies cache - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 with: key: ${{ needs.preflight.outputs.cache-key }} path: ${{ env.CACHE_PATH }} @@ -210,7 +210,7 @@ jobs: node-version-file: .nvmrc - id: cache name: Restore dependencies cache - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 with: key: ${{ needs.preflight.outputs.cache-key }} path: ${{ env.CACHE_PATH }} @@ -239,7 +239,7 @@ jobs: node-version-file: .nvmrc - id: cache name: Restore dependencies cache - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 with: key: ${{ needs.preflight.outputs.cache-key }} path: ${{ env.CACHE_PATH }} @@ -277,7 +277,7 @@ jobs: node-version-file: .nvmrc - id: cache name: Restore dependencies cache - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 with: key: ${{ needs.preflight.outputs.cache-key }} path: ${{ env.CACHE_PATH }} @@ -323,7 +323,7 @@ jobs: node-version: ${{ matrix.node-version }} - id: cache name: Restore dependencies cache - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 with: key: ${{ needs.preflight.outputs.cache-key }} path: ${{ env.CACHE_PATH }} @@ -394,7 +394,7 @@ jobs: node-version-file: .nvmrc - id: cache name: Restore dependencies cache - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 with: key: ${{ needs.preflight.outputs.cache-key }} path: ${{ env.CACHE_PATH }} @@ -447,7 +447,7 @@ jobs: node-version-file: .nvmrc - id: cache name: Restore dependencies cache - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 with: key: ${{ needs.preflight.outputs.cache-key }} path: ${{ env.CACHE_PATH }}