Skip to content

Commit b098252

Browse files
build(deps): update actions/cache action to v6
1 parent 5eab378 commit b098252

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@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.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@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
3838
with:
3939
path: ~/.m2/repository
4040
key: ${{ runner.os }}-${{ steps.get-date.outputs.date }}-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)