Skip to content

Commit

Permalink
chore: upgrade github actions/checkout to v2
Browse files Browse the repository at this point in the history
closes #95
  • Loading branch information
activescott committed Jan 2, 2022
1 parent c7c2844 commit 2368ec4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: "Use Node.js (deliberately not using matrix)"
uses: actions/setup-node@v1
with:
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
needs: finish_tests
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2

- name: Use Node.js v12.x
uses: actions/setup-node@v1
Expand Down

0 comments on commit 2368ec4

Please sign in to comment.