Skip to content

Commit 4e92d18

Browse files
build(deps): update actions/cache action to v6
1 parent ffc46a8 commit 4e92d18

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ runs:
1616
with:
1717
fail-mode: false
1818
- name: Use Maven dependency cache
19-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
19+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
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

Lines changed: 1 addition & 1 deletion
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@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
37+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
3838
with:
3939
path: ~/.m2/repository
4040
key: ${{ runner.os }}-${{ steps.get-date.outputs.date }}-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)