Skip to content

Commit edd373f

Browse files
renovate[bot]vmojzis
authored andcommitted
[skip-ci] Update actions/checkout action to v4
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent afcb14f commit edd373f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
lint:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v3
7+
- uses: actions/checkout@v4
88
- run: sudo apt-get update -y
99
- run: sudo apt-get install -y python3-pip python3-setuptools
1010
- run: sudo pip3 install black pyflakes
@@ -27,7 +27,7 @@ jobs:
2727
container:
2828
image: ${{ matrix.image }}
2929
steps:
30-
- uses: actions/checkout@v3
30+
- uses: actions/checkout@v4
3131
- run: rpm -q python3 || dnf install --nogpgcheck -y python3
3232
- run: rpm -q git || dnf install --nogpgcheck -y git
3333
- run: python3 -m unittest -v tests/test_unit.py

0 commit comments

Comments
 (0)