Skip to content

Commit

Permalink
Merge pull request #113 from CheckmarxDev/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/cache-4.0.2

Bump actions/cache from 4.0.1 to 4.0.2
  • Loading branch information
pedrompflopes authored Sep 12, 2024
2 parents 56dd4cb + b86695e commit 7102842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV

- name: Cache local Maven repository
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Expand Down

0 comments on commit 7102842

Please sign in to comment.