Skip to content

Commit 0513b01

Browse files
Bump actions/cache from 5.0.3 to 5.0.4 (#11814)
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.3 to 5.0.4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@cdf6c1f...6682284) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 025bd71 commit 0513b01

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/maven.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
cp .github/ci-extensions.xml .mvn/extensions.xml
6363
6464
- name: Restore Mimir caches
65-
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
65+
uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
6666
with:
6767
path: ${{ env.MIMIR_LOCAL }}
6868
key: mvn40-${{ runner.os }}-${{ github.run_id }}
@@ -167,7 +167,7 @@ jobs:
167167
cp .github/ci-extensions.xml ~/.m2/extensions.xml
168168
169169
- name: Restore Mimir caches
170-
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
170+
uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
171171
with:
172172
path: ${{ env.MIMIR_LOCAL }}
173173
key: mvn40-${{ runner.os }}-${{ github.run_id }}
@@ -268,7 +268,7 @@ jobs:
268268
cp .github/ci-extensions.xml ~/.m2/extensions.xml
269269
270270
- name: Restore Mimir caches
271-
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
271+
uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
272272
with:
273273
path: ${{ env.MIMIR_LOCAL }}
274274
key: mvn40-${{ runner.os }}-${{ github.run_id }}
@@ -354,7 +354,7 @@ jobs:
354354
pattern: 'cache-${{ runner.os }}*'
355355
path: ${{ env.MIMIR_LOCAL }}
356356
- name: Publish cache
357-
uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
357+
uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
358358
if: ${{ github.event_name != 'pull_request' && !cancelled() && !failure() }}
359359
with:
360360
path: ${{ env.MIMIR_LOCAL }}

0 commit comments

Comments
 (0)