Skip to content

Commit

Permalink
bump setup-python version
Browse files Browse the repository at this point in the history
  • Loading branch information
jvmncs committed Apr 29, 2024
1 parent bdd3da3 commit 6e70064
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
id: py3
with:
python-version: ${{ matrix.python-version }}
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
id: py3
with:
python-version: ${{ matrix.python-version }}
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
id: py3
with:
python-version: ${{ matrix.python-version }}
Expand Down

0 comments on commit 6e70064

Please sign in to comment.