1
1
Fork 0
mirror of https://github.com/containers/udica synced 2024-05-10 23:36:11 +02:00

[skip-ci] Update actions/checkout action to v3

Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2023-04-24 16:12:24 +00:00 committed by GitHub
parent 3f3b209413
commit 61e4adfd7c
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: sudo apt-get update -y
- run: sudo apt-get install -y python3-pip python3-setuptools
- run: sudo pip3 install black pyflakes
@ -27,7 +27,7 @@ jobs:
container:
image: ${{ matrix.image }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: rpm -q python3 || dnf install --nogpgcheck -y python3
- run: rpm -q git || dnf install --nogpgcheck -y git
- run: python3 -m unittest -v tests/test_unit.py