Skip to content

Commit

Permalink
ci: update Python setup action (v4 -> v5)
Browse files Browse the repository at this point in the history
Signed-off-by: Norwid Behrnd <[email protected]>
  • Loading branch information
nbehrnd committed Mar 27, 2024
1 parent 936af7f commit 72cbac9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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'

Expand Down

0 comments on commit 72cbac9

Please sign in to comment.