Skip to content

Commit

Permalink
Update actions/cache digest to 36f1e14 (#2544)
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 10, 2025
1 parent 8c31e3b commit 1d41d21
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@53aa38c736a561b9c17b62df3fe885a17b78ee6d
uses: actions/cache@36f1e144e1c8edb0a652766b484448563d8baf46
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2

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

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

0 comments on commit 1d41d21

Please sign in to comment.