Skip to content

Commit

Permalink
Merge pull request #337 from icatproject/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/cache-4.1.2
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
2 parents 8109b13 + 00e05d0 commit 47d3f17
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 @@ -25,7 +25,7 @@ jobs:
run: sudo apt-get update

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

0 comments on commit 47d3f17

Please sign in to comment.