We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d7ff37 commit 235936fCopy full SHA for 235936f
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
cache: maven
24
25
- name: cache maven packages
26
- uses: actions/cache@v1
+ uses: actions/cache@v3
27
with:
28
path: ~/.m2
29
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
.github/workflows/docs-site.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v2
13
- uses: actions/setup-node@v2
14
15
- node-version: 14.x
+ node-version: 20.x
16
cache: npm
17
cache-dependency-path: docs/package-lock.json
18
0 commit comments