Skip to content

Commit

Permalink
Use actions/checkout@v2
Browse files Browse the repository at this point in the history
This should make for somewhat faster checkout
  • Loading branch information
mroderick committed Aug 11, 2021
1 parent 6fa39b3 commit 685ddce
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "16"
Expand All @@ -31,7 +31,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "16"
Expand All @@ -54,7 +54,7 @@ jobs:
browser-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "16"
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
if: ${{ github.ref == 'refs/heads/master' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "16"
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
node-version: [12, 14, 16]

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit 685ddce

Please sign in to comment.