Skip to content

Commit

Permalink
chore: bump setup-python
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed May 14, 2024
1 parent 34a2585 commit 80c8d5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- run: python --version
Expand All @@ -68,7 +68,7 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- run: python --version
Expand All @@ -92,7 +92,7 @@ jobs:
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- run: python --version
Expand Down

0 comments on commit 80c8d5c

Please sign in to comment.