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 fd6c104 commit 9a9f6f7Copy full SHA for 9a9f6f7
.github/workflows/pr-check.yml
@@ -14,7 +14,7 @@ jobs:
14
java: [ 8, 11.0.x ]
15
16
steps:
17
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v2
18
19
- name: Set up Java ${{ matrix.java }}
20
uses: actions/setup-java@v1
.github/workflows/publish-docs.yml
@@ -14,13 +14,13 @@ jobs:
runs-on: ubuntu-latest
- name: Use Node.js 12
uses: actions/setup-node@v1
21
with:
22
node-version: 12
23
-
+
24
- name: Run npm commands
25
if: github.repository == 'ExpediaGroup/graphql-kotlin'
26
run: |
0 commit comments