From 72cbac901160e9eb5db6d781cc34e135324604ee Mon Sep 17 00:00:00 2001 From: Norwid Behrnd Date: Wed, 27 Mar 2024 11:49:12 +0100 Subject: [PATCH] ci: update Python setup action (v4 -> v5) Signed-off-by: Norwid Behrnd --- .github/workflows/pytest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 9814de6..c6f5fb7 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -3,7 +3,7 @@ name: CI_pytest_datawarrior_saturate_murcko_scaffolds # name : pytest.yml # purpose : regularly run pytest on the saturator script # date : [2024-03-21 Thu] -# edit : +# edit : [2024-03-27 Wed] on: push: @@ -32,7 +32,7 @@ jobs: # by [2024-10-23 Wed], this version possibly will be considered "old", cf. # https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/ - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: '3.x'