Skip to content

Commit dd945f8

Browse files
Update actions/cache action to v4.1.1
1 parent 2aafc3a commit dd945f8

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
@@ -42,7 +42,7 @@ jobs:
4242
- name: Checkout code
4343
uses: actions/checkout@v4.2.1
4444
- name: Set up cache
45-
uses: actions/cache@v4.1.0
45+
uses: actions/cache@v4.1.1
4646
with:
4747
path: ~/.m2/repository
4848
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)