From 9ab43dd7c59f15e6fc12f6540e3d2a57d240554b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 00:32:32 +0000 Subject: [PATCH] Bump actions/cache from 4.1.2 to 4.2.0 Bumps [actions/cache](https://github.com/actions/cache) from 4.1.2 to 4.2.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.1.2...v4.2.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build_and_push_image.yml | 10 +++++----- .github/workflows/test.yml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build_and_push_image.yml b/.github/workflows/build_and_push_image.yml index 0709439..7f25053 100644 --- a/.github/workflows/build_and_push_image.yml +++ b/.github/workflows/build_and_push_image.yml @@ -214,7 +214,7 @@ jobs: - name: "check 'cache_enabled'" if: ${{ inputs.cache_enabled }} id: workflow_env_check_cache - uses: actions/cache@v4.1.2 + uses: actions/cache@v4.2.0 with: path: ${{ inputs.cache_path }} key: ${{ inputs.cache_key }} @@ -657,7 +657,7 @@ jobs: - name: "check 'cache_enabled'" if: ${{ inputs.cache_enabled }} id: populate_cache - uses: actions/cache@v4.1.2 + uses: actions/cache@v4.2.0 with: path: ${{ inputs.cache_path }} key: ${{ inputs.cache_key }} @@ -840,7 +840,7 @@ jobs: - name: "check 'cache_enabled'" if: ${{ inputs.cache_enabled }} id: populate_cache - uses: actions/cache@v4.1.2 + uses: actions/cache@v4.2.0 with: path: ${{ inputs.cache_path }} key: ${{ inputs.cache_key }} @@ -1027,7 +1027,7 @@ jobs: - name: "check 'cache_enabled'" if: ${{ inputs.cache_enabled }} id: populate_cache - uses: actions/cache@v4.1.2 + uses: actions/cache@v4.2.0 with: path: ${{ inputs.cache_path }} key: ${{ inputs.cache_key }} @@ -1229,7 +1229,7 @@ jobs: - name: "check 'cache_enabled'" if: ${{ inputs.cache_enabled }} id: populate_cache - uses: actions/cache@v4.1.2 + uses: actions/cache@v4.2.0 with: path: ${{ inputs.cache_path }} key: ${{ inputs.cache_key }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 743a976..09bf18c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -178,7 +178,7 @@ jobs: # Populate cache - name: "Populate cache" id: populate_cache - uses: actions/cache@v4.1.2 + uses: actions/cache@v4.2.0 with: path: ./cache key: ${{ github.run_id }}