ci: update actions/checkout to v4

Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
This commit is contained in:
Radostin Stoyanov 2024-03-26 10:17:44 +00:00 committed by Andrei Vagin
parent 5aaf450213
commit e68a06cfd1
16 changed files with 16 additions and 16 deletions

View file

@ -11,6 +11,6 @@ jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Run Java Test
run: sudo make -C scripts/ci java-test