Skip to content

Commit f2de67d

Browse files
upgrade actions/cache to v3 which has node16 support
1 parent fd94a6e commit f2de67d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
ref: ${{ matrix.branch }}
4444

4545
- name: Cache
46-
uses: actions/cache@v2.1.3
46+
uses: actions/cache@v3
4747
with:
4848
path: ~/.m2/repository
4949
key: ${{ runner.os }}-maven-${{ github.workflow }}-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)