Skip to content

Commit

Permalink
Merge pull request #17 from icatproject/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/cache-3.3.2
  • Loading branch information
dependabot[bot] authored Sep 8, 2023
2 parents a6712fa + bb935af commit 19996dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
java-version: ${{ matrix.java }}

- name: Cache local Maven repository
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 # v3.2.6
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Expand Down

0 comments on commit 19996dd

Please sign in to comment.