Skip to content

Commit ad7648b

Browse files
chore(deps): bump actions/cache from 5 to 6
Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a3a38ef commit ad7648b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ jobs:
488488

489489
- name: Cache codeflash-runtime JAR
490490
id: runtime-jar-cache
491-
uses: actions/cache@v5
491+
uses: actions/cache@v6
492492
with:
493493
path: ~/.m2/repository/io/codeflash
494494
key: codeflash-runtime-${{ hashFiles('codeflash-java-runtime/pom.xml', 'codeflash-java-runtime/src/**') }}

.github/workflows/java-e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
- name: Cache codeflash-runtime JAR
5353
id: runtime-jar-cache
54-
uses: actions/cache@v5
54+
uses: actions/cache@v6
5555
with:
5656
path: ~/.m2/repository/io/codeflash
5757
key: codeflash-runtime-${{ hashFiles('codeflash-java-runtime/pom.xml', 'codeflash-java-runtime/src/**') }}

0 commit comments

Comments
 (0)