We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 174dd78 + 2c52dbf commit 93dd101Copy full SHA for 93dd101
.github/workflows/e2e-tests.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
10
steps:
11
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v2
12
13
- name: Set status to "pending"
14
uses: ./.github/actions/set-pr-status
@@ -29,7 +29,7 @@ jobs:
29
TERM: xterm
30
31
32
33
34
- name: Set status to "running"
35
.github/workflows/main.yml
@@ -11,7 +11,7 @@ jobs:
node-version: [10.x]
15
- name: Use Node.js ${{ matrix.node-version }}
16
uses: actions/setup-node@v1
17
with:
0 commit comments