Skip to content

Commit

Permalink
CI: Update actions/checkout to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
davidstraka2 committed Mar 28, 2020
1 parent 7f77deb commit 340b60d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:

- uses: actions/checkout@v1
- uses: actions/checkout@v2

- name: Use Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
uses: actions/setup-node@v1
Expand All @@ -46,7 +46,7 @@ jobs:

steps:

- uses: actions/checkout@v1
- uses: actions/checkout@v2

- name: Use Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
uses: actions/setup-node@v1
Expand All @@ -71,7 +71,7 @@ jobs:

steps:

- uses: actions/checkout@v1
- uses: actions/checkout@v2

- name: Use Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
uses: actions/setup-node@v1
Expand Down

0 comments on commit 340b60d

Please sign in to comment.