Skip to content

Commit a39ec97

Browse files
renovate[bot]hypery2k
authored andcommitted
Update actions/cache action to v5
1 parent b3f159a commit a39ec97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/checkout@v3
3838

3939
- name: Set up cache for ~./m2/repository
40-
uses: actions/cache@v3
40+
uses: actions/cache@v5
4141
with:
4242
path: ~/.m2/repository
4343
key: maven-${{ matrix.os }}-java${{ matrix.java }}-${{ hashFiles('**/pom.xml') }}-${{ hashFiles('.mvn/wrapper/maven-wrapper.properties') }}

0 commit comments

Comments
 (0)