Skip to content

Commit

Permalink
bumping version of checkout
Browse files Browse the repository at this point in the history
jpetrucciani authored Feb 7, 2020
1 parent dd831a0 commit d17b258
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -6,22 +6,22 @@ jobs:
archives:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- uses: jpetrucciani/archives-check@master
with:
path: 'gamble/'
prospector:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- uses: jpetrucciani/prospector-check@master
mypy:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- uses: jpetrucciani/mypy-check@master
black:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- uses: jpetrucciani/black-check@master

0 comments on commit d17b258

Please sign in to comment.