From 942b630c1839b9be18b408644892afd4137ec607 Mon Sep 17 00:00:00 2001 From: Helder Eijs Date: Sat, 18 Jan 2025 15:06:40 +0100 Subject: [PATCH] Update github action setup-python, checkout --- .github/workflows/integration.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 87b31f60..f4e6b8cf 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -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 }} @@ -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' @@ -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 @@ -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 @@ -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 @@ -189,7 +189,7 @@ jobs: env: CFLAGS: "-Wconversion" steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: No-GIL Python uses: deadsnakes/action@v3.1.0 with: