Skip to content

Commit

Permalink
Update actions/cache digest to 2cdf405
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 5, 2024
1 parent 183941d commit b19b531
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ jobs:
distribution: 'temurin'

- name: Cache Maven packages
uses: actions/cache@a11fb02296c06498a496a240dc672c5bdf85c574
uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2

- name: Cache SonarCloud packages
uses: actions/cache@a11fb02296c06498a496a240dc672c5bdf85c574
uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2
with:
path: ~/.sonar/cache
key: ${{ runner.os }}-sonar
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ jobs:
distribution: 'temurin'

- name: Cache Maven packages
uses: actions/cache@a11fb02296c06498a496a240dc672c5bdf85c574
uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2

- name: Cache SonarCloud packages
uses: actions/cache@a11fb02296c06498a496a240dc672c5bdf85c574
uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2
with:
path: ~/.sonar/cache
key: ${{ runner.os }}-sonar
Expand Down

0 comments on commit b19b531

Please sign in to comment.