Skip to content

Commit

Permalink
Bump actions/setup-python from 5.1.0 to 5.1.1, replacing #125
Browse files Browse the repository at this point in the history
  • Loading branch information
jieter committed Jul 23, 2024
1 parent 803e5d1 commit e3d0d5a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
python-version: "3.11"
- uses: actions/checkout@v4
Expand All @@ -14,7 +14,7 @@ jobs:
flake8:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
python-version: "3.11"
- uses: actions/checkout@v4
Expand All @@ -24,7 +24,7 @@ jobs:
isort:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
python-version: "3.11"
- uses: actions/checkout@v4
Expand All @@ -34,7 +34,7 @@ jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- uses: actions/checkout@v4
- run: python -m pip install -r docs/requirements.txt
- run: cd docs/ && make html && make spelling
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
- 5432:5432
steps:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
python-version: ${{ matrix.python-version }}
- uses: actions/checkout@v4
Expand Down

0 comments on commit e3d0d5a

Please sign in to comment.