Skip to content

Commit 6d4ee7d

Browse files
authored
Merge pull request #24 from Flashky/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2 parents dac5ce2 + 94606e7 commit 6d4ee7d

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
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
submodules: recursive
3131
token: ${{ secrets.PAT_TOKEN }}
32-
- uses: actions/cache@v3
32+
- uses: actions/cache@v4
3333
with:
3434
path: ~/.m2/repository
3535
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)