Skip to content

Commit 786e9ba

Browse files
chore(deps): update actions/cache action to v4.2.3
1 parent 917fd8e commit 786e9ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: capralifecycle/actions-lib/check-runtime-dependencies@a6d9e4b11cdae620cc8e7fcc121de8466f6cfde9 # v1.6.0
3232

3333
- name: cache mvn
34-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
34+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
3535
with:
3636
path: ~/.m2/repository
3737
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)