1
0
mirror of https://github.com/fedora-python/tox-current-env.git synced 2024-12-23 16:46:14 +01:00

GitHub Actions: Bump actions/checkout to v4 to avoid a deprecated Node.js warning

This commit is contained in:
Miro Hrončok 2024-10-22 17:37:01 +02:00
parent 4402808adc
commit 0c125a3c7f

View File

@ -10,7 +10,7 @@ jobs:
tox_test:
name: tox test
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Run tox tests
id: test
uses: fedora-python/tox-github-action@main