We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bf8a1e4 + 86e11db commit 25ba54eCopy full SHA for 25ba54e
2 files changed
.github/workflows/ci.yaml
@@ -570,7 +570,7 @@ jobs:
570
571
- name: Cache codeflash-runtime JAR
572
id: runtime-jar-cache
573
- uses: actions/cache@v4
+ uses: actions/cache@v5
574
with:
575
path: ~/.m2/repository/io/codeflash
576
key: codeflash-runtime-${{ hashFiles('codeflash-java-runtime/pom.xml', 'codeflash-java-runtime/src/**') }}
.github/workflows/java-e2e.yaml
@@ -51,7 +51,7 @@ jobs:
51
52
53
54
55
56
57
0 commit comments