Skip to content

Commit

Permalink
ci: bump setup-python
Browse files Browse the repository at this point in the history
A user reported that after the upgrade, there are failures. And this is
the only thing different in what they presented, so I wonder if there's
a change in v5 that causes the changes from #71 to fail.
  • Loading branch information
abatilo committed Oct 28, 2024
1 parent e78f54a commit 6b004cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Run image
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Run image
Expand Down

0 comments on commit 6b004cc

Please sign in to comment.