Skip to content

Commit ec1fe1b

Browse files
authored
Merge pull request #19 from Flashky/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2 parents 6202be7 + d6e9a17 commit ec1fe1b

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
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
submodules: recursive
3838
token: ${{ secrets.PAT_TOKEN }}
39-
- uses: actions/cache@v3
39+
- uses: actions/cache@v4
4040
with:
4141
path: ~/.m2/repository
4242
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)