From fd3f3c9d0fd16fb8e6e8caf7ed658972cfd66356 Mon Sep 17 00:00:00 2001 From: Ihor Kalnytskyi Date: Thu, 9 Oct 2025 17:27:55 +0300 Subject: [PATCH] Bump action versions used in CI This patch bumps the following actions used in CI to the following versions: * `actions/checkout@v4` -> `@v5` * `actions/setup-python@v6` -> `@v6` --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 03e0479a..67777e55 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,14 +30,14 @@ jobs: - windows-2022 - windows-2025 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Run setup-postgres uses: ./ id: postgres - name: Run setup-python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "3.13" # PostgreSQL has no native ARM64 build for Windows, so the x64 @@ -80,7 +80,7 @@ jobs: - "16" - "17" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Run setup-postgres uses: ./ @@ -94,7 +94,7 @@ jobs: id: postgres - name: Run setup-python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "3.13" # PostgreSQL has no native ARM64 build for Windows, so the x64