mirror of
https://github.com/novoid/appendfilename.git
synced 2026-06-14 04:11:19 +00:00
ci(pytest.yml): update checkout and setup-python action
According to the GitHub blog,[1] Node.js 20 actions now are deprecated. Thus, `actions/checkout@v4` is substituted by `actions/checkout@v5`, and `actions/setup-python@v5` by `actions/setup-python@v6`. [1] https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/ Signed-off-by: Norwid Behrnd <nbehrnd@yahoo.com>
This commit is contained in:
parent
298e9cfeaa
commit
c08c908ba3
1 changed files with 2 additions and 4 deletions
6
.github/workflows/pytest.yml
vendored
6
.github/workflows/pytest.yml
vendored
|
|
@ -33,11 +33,9 @@ jobs:
|
|||
timeout-minutes: 5 # Timeout for each job individually
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
# 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/checkout@v5
|
||||
|
||||
- uses: actions/setup-python@v5
|
||||
- uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue