diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 51537a9..c4784ed 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -4,7 +4,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - 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@v3 + - uses: actions/checkout@v4 - 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