Skip to content

Commit

Permalink
[skip-ci] Update actions/checkout action to v4
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 29, 2023
1 parent 3bc6001 commit 2eb4197
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 2eb4197

Please sign in to comment.