Skip to content

Commit 7e4eee2

Browse files
chore(deps): update actions/cache action to v6
1 parent 2eb3c6d commit 7e4eee2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/continuous-delivery-maven-java17.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
run: mkdir -p "$MAVEN_USER_HOME"
116116

117117
- name: Cache custom Maven repository
118-
uses: actions/cache@v4
118+
uses: actions/cache@v6
119119
with:
120120
path: ${{ env.MAVEN_USER_HOME }}
121121
key: maven-${{ runner.os }}-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)