Skip to content

Commit

Permalink
Bump GHA actions
Browse files Browse the repository at this point in the history
  • Loading branch information
David Robertson committed Apr 21, 2023
1 parent dbaaf14 commit 7248484
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
check-code-style:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.7"
- run: python -m pip install tox
Expand All @@ -18,8 +18,8 @@ jobs:
check-types-mypy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.7"
- run: python -m pip install tox
Expand All @@ -30,8 +30,8 @@ jobs:
needs: [check-code-style, check-types-mypy]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.7"
- run: python -m pip install -e .
Expand All @@ -42,8 +42,8 @@ jobs:
needs: [ check-code-style, check-types-mypy ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.7"
- name: Patch pyproject.toml to require oldest dependencies
Expand Down

0 comments on commit 7248484

Please sign in to comment.