Skip to content

Commit 25ba54e

Browse files
authored
Merge pull request #2101 from codeflash-ai/dependabot/github_actions/actions/cache-5
chore(deps): bump actions/cache from 4 to 5
2 parents bf8a1e4 + 86e11db commit 25ba54e

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
@@ -570,7 +570,7 @@ jobs:
570570

571571
- name: Cache codeflash-runtime JAR
572572
id: runtime-jar-cache
573-
uses: actions/cache@v4
573+
uses: actions/cache@v5
574574
with:
575575
path: ~/.m2/repository/io/codeflash
576576
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@v4
54+
uses: actions/cache@v5
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)