Skip to content

Commit

Permalink
Update actions/cache action to v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 5, 2024
1 parent 22df724 commit 8f7646f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ jobs:

# Cache SonarCloud for analysis
- name: Cache SonarCloud for Analysis
uses: actions/cache@v4.0.2
uses: actions/cache@v4.2.0
with:
path: ~/.sonar/cache
key: ${{ runner.os }}-sonar
restore-keys: ${{ runner.os }}-sonar

# Cache Maven packages to speed up build
- name: Cache the Maven Packages to speed up build
uses: actions/cache@v4.0.2
uses: actions/cache@v4.2.0
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Expand Down

0 comments on commit 8f7646f

Please sign in to comment.