Skip to content

Commit 2e4262c

Browse files
authored
Merge pull request #70 from jenkinsci/dependabot/github_actions/actions/cache-2.1.7
2 parents 9a3daa1 + 4a45563 commit 2e4262c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
java-version: '11'
2626
check-latest: true
2727
- name: Cache local Maven repository
28-
uses: actions/[email protected].6
28+
uses: actions/[email protected].7
2929
with:
3030
path: ~/.m2/repository
3131
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)