Skip to content

Commit

Permalink
Merge pull request #86 from CheckmarxDev/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/cache-3.3.2

Bump actions/cache from 3.3.1 to 3.3.2
  • Loading branch information
pedrompflopes authored Sep 11, 2023
2 parents f00d57d + 299c77e commit 558e33b
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 558e33b

Please sign in to comment.