Skip to content

Commit

Permalink
Upgrade to actions/checkout@v3 and actions/setup-python@v4.
Browse files Browse the repository at this point in the history
  • Loading branch information
PIG208 authored and timabbott committed Sep 7, 2023
1 parent 3ef6670 commit 85de0cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- 3.11
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: ${{ matrix.python-version }}
- run: python -m pip install isort mypy
Expand Down

0 comments on commit 85de0cb

Please sign in to comment.