Skip to content

Commit b419ab8

Browse files
authored
Merge pull request #498 from apache/dependabot/github_actions/actions/cache-4.3.0
Build(deps): Bump actions/cache from 4.2.4 to 4.3.0
2 parents 3c771df + 9d1b9c8 commit b419ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Checkout code
3434
uses: actions/[email protected]
3535
- name: Set up cache
36-
uses: actions/cache@v4.2.4
36+
uses: actions/cache@v4.3.0
3737
with:
3838
path: ~/.m2/repository
3939
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)