Skip to content

Commit

Permalink
Merge pull request #40 from The-Compiler/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/setup-python-5

Bump actions/setup-python from 4 to 5
  • Loading branch information
The-Compiler authored Dec 11, 2023
2 parents cbb42e1 + b5f465f commit be5476b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.ubuntu-version }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- run: |
Expand All @@ -27,7 +27,7 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- run: pip install tox
Expand All @@ -40,7 +40,7 @@ jobs:
env: [format, mypy]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
- run: pip install tox
- run: tox -e ${{ matrix.env }}

Expand All @@ -49,7 +49,7 @@ jobs:
needs: [tests, windows, lint]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Build package
Expand Down

0 comments on commit be5476b

Please sign in to comment.