Skip to content

Commit

Permalink
Merge pull request #94 from YouKnowBlom/fix-action
Browse files Browse the repository at this point in the history
Fix wrong checkout version specified in test action
  • Loading branch information
nielsvanvelzen authored Dec 13, 2020
2 parents b022c25 + 56cddb9 commit 1528f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@2
uses: actions/checkout@v2

- name: Setup node env
uses: actions/[email protected]
Expand Down

0 comments on commit 1528f3d

Please sign in to comment.