Skip to content

Commit

Permalink
Update actions/cache action to v4.2.0 (#634)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 7, 2025
1 parent 75014fa commit 4d3dc86
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 4d3dc86

Please sign in to comment.