Skip to content

Commit 9a9f6f7

Browse files
sullissmyrick
authored andcommitted
GitHub Actions checkout v2 (ExpediaGroup#536)
1 parent fd6c104 commit 9a9f6f7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pr-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
java: [ 8, 11.0.x ]
1515

1616
steps:
17-
- uses: actions/checkout@v1
17+
- uses: actions/checkout@v2
1818

1919
- name: Set up Java ${{ matrix.java }}
2020
uses: actions/setup-java@v1

.github/workflows/publish-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@v1
17+
- uses: actions/checkout@v2
1818

1919
- name: Use Node.js 12
2020
uses: actions/setup-node@v1
2121
with:
2222
node-version: 12
23-
23+
2424
- name: Run npm commands
2525
if: github.repository == 'ExpediaGroup/graphql-kotlin'
2626
run: |

0 commit comments

Comments
 (0)