Skip to content

Commit 9cd25e2

Browse files
authored
Merge pull request #100 from Flashky/dependabot/github_actions/actions/cache-5
build(deps): bump actions/cache from 4 to 5
2 parents 95a7ce8 + e6ca828 commit 9cd25e2

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
@@ -99,7 +99,7 @@ jobs:
9999
with:
100100
submodules: recursive
101101
token: ${{ secrets.PAT_TOKEN }}
102-
- uses: actions/cache@v4
102+
- uses: actions/cache@v5
103103
with:
104104
path: ~/.m2/repository
105105
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)