Skip to content

Commit 05aa216

Browse files
Update actions/cache action to v4.2.4 (#756)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2888bec commit 05aa216

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
@@ -31,7 +31,7 @@ jobs:
3131
chrome-version: stable
3232
install-chromedriver: true
3333
- name: Set up cache
34-
uses: actions/[email protected].3
34+
uses: actions/[email protected].4
3535
with:
3636
path: ~/.m2/repository
3737
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)