Skip to content

Commit

Permalink
Bump actions/cache from 4.0.2 to 4.1.0
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 to 4.1.0.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v4.0.2...v4.1.0)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 5, 2024
1 parent 7531bae commit c1f4235
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build_and_push_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ jobs:
- name: "check 'cache_enabled'"
if: ${{ inputs.cache_enabled }}
id: workflow_env_check_cache
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.0
with:
path: ${{ inputs.cache_path }}
key: ${{ inputs.cache_key }}
Expand Down Expand Up @@ -657,7 +657,7 @@ jobs:
- name: "check 'cache_enabled'"
if: ${{ inputs.cache_enabled }}
id: populate_cache
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.0
with:
path: ${{ inputs.cache_path }}
key: ${{ inputs.cache_key }}
Expand Down Expand Up @@ -840,7 +840,7 @@ jobs:
- name: "check 'cache_enabled'"
if: ${{ inputs.cache_enabled }}
id: populate_cache
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.0
with:
path: ${{ inputs.cache_path }}
key: ${{ inputs.cache_key }}
Expand Down Expand Up @@ -1027,7 +1027,7 @@ jobs:
- name: "check 'cache_enabled'"
if: ${{ inputs.cache_enabled }}
id: populate_cache
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.0
with:
path: ${{ inputs.cache_path }}
key: ${{ inputs.cache_key }}
Expand Down Expand Up @@ -1229,7 +1229,7 @@ jobs:
- name: "check 'cache_enabled'"
if: ${{ inputs.cache_enabled }}
id: populate_cache
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.0
with:
path: ${{ inputs.cache_path }}
key: ${{ inputs.cache_key }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
# Populate cache
- name: "Populate cache"
id: populate_cache
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.0
with:
path: ./cache
key: ${{ github.run_id }}
Expand Down

0 comments on commit c1f4235

Please sign in to comment.