Skip to content

Commit c834870

Browse files
chore(deps): update actions/cache action to v3
1 parent 42d172c commit c834870

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
cache: maven
2424

2525
- name: Cache local Maven repository
26-
uses: actions/cache@v2
26+
uses: actions/cache@v3
2727
with:
2828
path: ~/.m2/repository
2929
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

.github/workflows/release-please.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Cache local Maven repository
4040
if: ${{ steps.release.outputs.releases_created }}
41-
uses: actions/cache@v2
41+
uses: actions/cache@v3
4242
with:
4343
path: ~/.m2/repository
4444
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)