Skip to content

Commit

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

Bump actions/cache from 3.3.3 to 4.0.0
  • Loading branch information
pedrompflopes authored Jan 22, 2024
2 parents db57172 + 7a4490f commit 8035307
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/cache@v3.3.3
uses: actions/cache@v4.0.0
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Expand Down

0 comments on commit 8035307

Please sign in to comment.