mirror of
https://github.com/fedora-python/tox-current-env.git
synced 2024-12-24 09:06:15 +01:00
GitHub Actions: Bump actions/checkout to v4 to avoid a deprecated Node.js warning
This commit is contained in:
parent
4402808adc
commit
0c125a3c7f
2
.github/workflows/main.yaml
vendored
2
.github/workflows/main.yaml
vendored
@ -10,7 +10,7 @@ jobs:
|
|||||||
tox_test:
|
tox_test:
|
||||||
name: tox test
|
name: tox test
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Run tox tests
|
- name: Run tox tests
|
||||||
id: test
|
id: test
|
||||||
uses: fedora-python/tox-github-action@main
|
uses: fedora-python/tox-github-action@main
|
||||||
|
Loading…
Reference in New Issue
Block a user