mirror of
https://github.com/containers/udica
synced 2024-11-07 14:49:20 +01:00
[skip-ci] Update actions/checkout action to v4
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
afcb14faaa
commit
edd373f4a3
4
.github/workflows/checks.yml
vendored
4
.github/workflows/checks.yml
vendored
@ -4,7 +4,7 @@ jobs:
|
|||||||
lint:
|
lint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- run: sudo apt-get update -y
|
- run: sudo apt-get update -y
|
||||||
- run: sudo apt-get install -y python3-pip python3-setuptools
|
- run: sudo apt-get install -y python3-pip python3-setuptools
|
||||||
- run: sudo pip3 install black pyflakes
|
- run: sudo pip3 install black pyflakes
|
||||||
@ -27,7 +27,7 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: ${{ matrix.image }}
|
image: ${{ matrix.image }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- run: rpm -q python3 || dnf install --nogpgcheck -y python3
|
- run: rpm -q python3 || dnf install --nogpgcheck -y python3
|
||||||
- run: rpm -q git || dnf install --nogpgcheck -y git
|
- run: rpm -q git || dnf install --nogpgcheck -y git
|
||||||
- run: python3 -m unittest -v tests/test_unit.py
|
- run: python3 -m unittest -v tests/test_unit.py
|
||||||
|
Loading…
Reference in New Issue
Block a user