Skip to content

Commit ea05a10

Browse files
authored
Merge pull request #87 from icatproject/dependabot/github_actions/actions/cache-5.0.3
Bump actions/cache from 5.0.2 to 5.0.3
2 parents 2f21ab8 + 62fee78 commit ea05a10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
java-version: ${{ matrix.java_version }}
2323

2424
- name: Cache local Maven repository
25-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
25+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
2626
with:
2727
path: ~/.m2/repository
2828
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)