Merge pull request #2101 from codeflash-ai/dependabot/github_actions/actions/cache-5

chore(deps): bump actions/cache from 4 to 5
This commit is contained in:
Kevin Turcios 2026-04-23 05:19:45 -05:00 committed by GitHub
commit 25ba54e3e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -570,7 +570,7 @@ jobs:
- name: Cache codeflash-runtime JAR - name: Cache codeflash-runtime JAR
id: runtime-jar-cache id: runtime-jar-cache
uses: actions/cache@v4 uses: actions/cache@v5
with: with:
path: ~/.m2/repository/io/codeflash path: ~/.m2/repository/io/codeflash
key: codeflash-runtime-${{ hashFiles('codeflash-java-runtime/pom.xml', 'codeflash-java-runtime/src/**') }} key: codeflash-runtime-${{ hashFiles('codeflash-java-runtime/pom.xml', 'codeflash-java-runtime/src/**') }}

View file

@ -51,7 +51,7 @@ jobs:
- name: Cache codeflash-runtime JAR - name: Cache codeflash-runtime JAR
id: runtime-jar-cache id: runtime-jar-cache
uses: actions/cache@v4 uses: actions/cache@v5
with: with:
path: ~/.m2/repository/io/codeflash path: ~/.m2/repository/io/codeflash
key: codeflash-runtime-${{ hashFiles('codeflash-java-runtime/pom.xml', 'codeflash-java-runtime/src/**') }} key: codeflash-runtime-${{ hashFiles('codeflash-java-runtime/pom.xml', 'codeflash-java-runtime/src/**') }}