Skip to content

Commit

Permalink
Merge c62cdb1 into 453f6ee
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Sep 10, 2021
2 parents 453f6ee + c62cdb1 commit 7d013d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python-version:
- 3.8
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4
- uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
Expand All @@ -42,7 +42,7 @@ jobs:
- 3.9
fail-fast: false
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4
- uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
Expand Down

0 comments on commit 7d013d9

Please sign in to comment.