Skip to content

Commit 130e24f

Browse files
build(deps): update actions/cache action to v4.2.3
1 parent 9ce3b35 commit 130e24f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup-tests/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ runs:
1616
with:
1717
fail-mode: true
1818
- name: Use Maven dependency cache
19-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
19+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
2020
with:
2121
path: ~/.m2/repository
2222
# We use a unique key and restore from the base one, to ensure that

.github/workflows/sbom.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: echo "date=$(/bin/date -u "+%Y%m%d")" >> $GITHUB_OUTPUT
3535
shell: bash
3636
- name: Use Maven dependency cache
37-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
37+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
3838
with:
3939
path: ~/.m2/repository
4040
key: ${{ runner.os }}-${{ steps.get-date.outputs.date }}-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)