Skip to content

Commit 243f2a5

Browse files
chore(deps): update actions/cache action to v5.1.0 (#452)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 687046e commit 243f2a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
java-version: 21
3030
distribution: temurin
3131
- name: Cache local Maven repository
32-
uses: actions/cache@v5.0.5
32+
uses: actions/cache@v5.1.0
3333
with:
3434
path: ~/.m2/repository
3535
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)