From a9f3674735cb7f0ce1104539ddc5f1fdea56b352 Mon Sep 17 00:00:00 2001 From: alstr Date: Mon, 16 Sep 2024 15:33:59 +0100 Subject: [PATCH] Upgrade actions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 05696fb..53d1400 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,8 +6,8 @@ jobs: build: runs-on: "ubuntu-latest" steps: - - uses: "actions/checkout@v3" - - uses: "actions/setup-python@v4" + - uses: "actions/checkout@v4" + - uses: "actions/setup-python@v5" with: python-version: '3.12' - name: "Install test dependencies"