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:
parent
4402808adc
commit
0c125a3c7f
2
.github/workflows/main.yaml
vendored
2
.github/workflows/main.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user