Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbelanger committed May 10, 2024
1 parent d662f73 commit c3b29c4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- os: ubuntu-20.04
python-version: 2.7
steps:
- uses: actions/checkout@v2.7.0
- uses: actions/checkout@v2
- if: ${{ matrix.python-version == '2.7' }}
name: Setup Python environment (2.7)
run: |
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
Docs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2.7.0
- uses: actions/checkout@v2
- name: Setup Python environment
uses: actions/[email protected]
with:
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
- os: ubuntu-20.04
python-version: 2.7
steps:
- uses: actions/checkout@v2.7.0
- uses: actions/checkout@v2.3.4
- if: ${{ matrix.python-version == '2.7' }}
name: Setup Python environment (2.7)
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
Coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.7.0
- uses: actions/checkout@v2
- name: Setup Python environment
uses: actions/[email protected]
with:
Expand All @@ -36,7 +36,7 @@ jobs:
IntegrationCoverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.7.0
- uses: actions/checkout@v2
- name: Setup Python environment
uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypiupload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
python-version: [2.7, 3.x]

steps:
- uses: actions/checkout@v2.7.0
- uses: actions/checkout@v2.3.4
- if: ${{ matrix.python-version == '2.7' }}
name: Setup Python environment (2.7)
run: |
Expand Down

0 comments on commit c3b29c4

Please sign in to comment.