Skip to content

Commit

Permalink
Upgrade GitHub Actions (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Oct 19, 2020
1 parent 0d8c998 commit e4157d1
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 @@ -21,8 +21,8 @@ jobs:
python: ['3.6', '3.7', '3.8']
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-python@v1
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python }}
- name: Setup Graphviz
Expand Down

0 comments on commit e4157d1

Please sign in to comment.