Skip to content

Commit 77fa506

Browse files
Merge pull request #178 from Flashky/dependabot/github_actions/actions/cache-5
2 parents 73d4e63 + 5936f91 commit 77fa506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
with:
108108
submodules: recursive
109109
token: ${{ secrets.PAT_TOKEN }}
110-
- uses: actions/cache@v4
110+
- uses: actions/cache@v5
111111
with:
112112
path: ~/.m2/repository
113113
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)