Skip to content

Commit 8e3cd0e

Browse files
authored
Merge pull request #17 from devops-education/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents 9fbe432 + c553576 commit 8e3cd0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
distribution: 'temurin'
2424

2525
- name: Cache local Maven repository
26-
uses: actions/cache@v4
26+
uses: actions/cache@v5
2727
with:
2828
path: ~/.m2/repository
2929
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)