Skip to content

Commit

Permalink
Update actions/cache digest to a11fb02
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 3, 2024
1 parent 58eb308 commit 0d14eb9
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@f8a7ab490b91e20065f92e4ff28bc4b9474b83ca
uses: actions/cache@a11fb02296c06498a496a240dc672c5bdf85c574
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2

- name: Cache SonarCloud packages
uses: actions/cache@f8a7ab490b91e20065f92e4ff28bc4b9474b83ca
uses: actions/cache@a11fb02296c06498a496a240dc672c5bdf85c574
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@f8a7ab490b91e20065f92e4ff28bc4b9474b83ca
uses: actions/cache@a11fb02296c06498a496a240dc672c5bdf85c574
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2

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

0 comments on commit 0d14eb9

Please sign in to comment.