Skip to content

Commit fe4453f

Browse files
renovate-botvlsi
authored andcommitted
chore(deps): update actions/cache action to v5
1 parent 2e4194b commit fe4453f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/setup_java/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ runs:
1414
distribution: zulu
1515
java-version: ${{ inputs.java_version }}
1616
- name: Cache local Maven repository
17-
uses: actions/cache@v4
17+
uses: actions/cache@v5
1818
with:
1919
path: ~/.m2/repository
2020
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)