Skip to content

Commit

Permalink
chore: Update CI configuration to use actions/setup-python@v5 for Pyt…
Browse files Browse the repository at this point in the history
…hon version 3.8 to 3.13
  • Loading branch information
carlos-rian-qd committed Aug 23, 2024
1 parent ab9a62c commit 78b971c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
- uses: actions/checkout@v4

- name: set up python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.11"
architecture: ${{ matrix.python-architecture || 'x64' }}
Expand Down Expand Up @@ -226,7 +226,7 @@ jobs:
- uses: actions/checkout@v4

- name: set up python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.interpreter }}
architecture: ${{ matrix.python-architecture || 'x64' }}
Expand Down Expand Up @@ -281,7 +281,7 @@ jobs:
- uses: actions/checkout@v4

- name: set up python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.10"

Expand Down

0 comments on commit 78b971c

Please sign in to comment.