Skip to content

Commit 7102842

Browse files
Merge pull request #113 from CheckmarxDev/dependabot/github_actions/actions/cache-4.0.2
Bump actions/cache from 4.0.1 to 4.0.2
2 parents 56dd4cb + b86695e commit 7102842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
1919

2020
- name: Cache local Maven repository
21-
uses: actions/cache@v4.0.1
21+
uses: actions/cache@v4.0.2
2222
with:
2323
path: ~/.m2/repository
2424
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)