Skip to content

Commit

Permalink
Update github action setup-python, checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
Legrandin committed Jan 18, 2025
1 parent 5080a00 commit 942b630
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
CFLAGS: "-Wconversion"

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
CFLAGS: "-Wconversion"

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install Python 2
if: matrix.os == 'windows-latest'
Expand Down Expand Up @@ -126,9 +126,9 @@ jobs:
mypy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.x"
- name: Install dependencies
Expand All @@ -145,7 +145,7 @@ jobs:
sse: [0, 1]
arch: [x64, x32]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install dependencies
run: |
sudo apt-get update
Expand All @@ -167,9 +167,9 @@ jobs:
- x64
- win32
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python "3.13"
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.13"
- name: Install MSVC
Expand All @@ -189,7 +189,7 @@ jobs:
env:
CFLAGS: "-Wconversion"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: No-GIL Python
uses: deadsnakes/[email protected]
with:
Expand Down

0 comments on commit 942b630

Please sign in to comment.