Skip to content

Commit 235936f

Browse files
committed
Fix actions?
1 parent 3d7ff37 commit 235936f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
cache: maven
2424

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

.github/workflows/docs-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v2
1313
- uses: actions/setup-node@v2
1414
with:
15-
node-version: 14.x
15+
node-version: 20.x
1616
cache: npm
1717
cache-dependency-path: docs/package-lock.json
1818

0 commit comments

Comments
 (0)