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 88dbd35 commit 8ba6d7aCopy full SHA for 8ba6d7a
.github/workflows/ci.yml
@@ -9,15 +9,15 @@ jobs:
9
build: # make sure build/ci work properly
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
13
- run: |
14
npm ci
15
npm run all
16
test: # make sure the action works on a clean machine without building
17
18
19
20
- - uses: actions/setup-java@v2
+ - uses: actions/setup-java@v3
21
with:
22
distribution: 'adopt' # See 'Supported distributions' for available options
23
java-version: 8
0 commit comments