Skip to content
This repository was archived by the owner on Jan 2, 2022. It is now read-only.

Commit 0aba876

Browse files
committed
ci: update versions of steps
Signed-off-by: Jonah Snider <[email protected]>
1 parent 56e60ba commit 0aba876

File tree

1 file changed

+8
-16
lines changed

1 file changed

+8
-16
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,11 @@ jobs:
1010

1111
steps:
1212
- name: Checkout git repository
13-
uses: actions/checkout@v1
14-
with:
15-
fetch-depth: 0
13+
uses: actions/checkout@v2
1614
- name: Setup Node.js for use with Actions
1715
uses: actions/setup-node@v1
1816
with:
19-
node-version: '12.16.0'
17+
node-version: '12.16.2'
2018
- name: Install Yarn
2119
run: curl -o- -L https://yarnpkg.com/install.sh | bash
2220
- name: Install dependencies with Yarn
@@ -35,13 +33,11 @@ jobs:
3533

3634
steps:
3735
- name: Checkout git repository
38-
uses: actions/checkout@v1
39-
with:
40-
fetch-depth: 0
36+
uses: actions/checkout@v2
4137
- name: Setup Node.js for use with Actions
4238
uses: actions/setup-node@v1
4339
with:
44-
node-version: '12.16.0'
40+
node-version: '12.16.2'
4541
- name: Install Yarn
4642
run: curl -o- -L https://yarnpkg.com/install.sh | bash
4743
- name: Install dependencies with Yarn
@@ -55,13 +51,11 @@ jobs:
5551

5652
steps:
5753
- name: Checkout git repository
58-
uses: actions/checkout@v1
59-
with:
60-
fetch-depth: 0
54+
uses: actions/checkout@v2
6155
- name: Setup Node.js for use with Actions
6256
uses: actions/setup-node@v1
6357
with:
64-
node-version: '12.16.0'
58+
node-version: '12.16.2'
6559
- name: Install Yarn
6660
run: curl -o- -L https://yarnpkg.com/install.sh | bash
6761
- name: Install dependencies with Yarn
@@ -77,13 +71,11 @@ jobs:
7771

7872
steps:
7973
- name: Checkout git repository
80-
uses: actions/checkout@v1
81-
with:
82-
fetch-depth: 0
74+
uses: actions/checkout@v2
8375
- name: Setup Node.js for use with Actions
8476
uses: actions/setup-node@v1
8577
with:
86-
node-version: '12.16.0'
78+
node-version: '12.16.2'
8779
- name: Install Yarn
8880
run: curl -o- -L https://yarnpkg.com/install.sh | bash
8981
- name: Install dependencies with Yarn

0 commit comments

Comments
 (0)