Skip to content

Commit

Permalink
Bump checkout version
Browse files Browse the repository at this point in the history
  • Loading branch information
hross authored Jul 17, 2020
1 parent 02d8f06 commit 82c9978
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ jobs:
units:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- run: npm ci
- run: npm test

# test action works running from the graph
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- uses: ./
with:
milliseconds: 1000

0 comments on commit 82c9978

Please sign in to comment.