Skip to content

Commit 3aed48b

Browse files
Update actions/cache action to v6.1.0 (#418)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 51ced08 commit 3aed48b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
git config user.email "actions@github.com"
3636
git config user.name "GitHub Actions"
3737
- name: Set up cache
38-
uses: actions/cache@v6.0.0
38+
uses: actions/cache@v6.1.0
3939
with:
4040
path: ~/.m2/repository
4141
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)