build: use actions/checkout@v4
All checks were successful
Build / build-linux (push) Successful in 9s

This commit is contained in:
6arelyFuture 2024-04-09 08:28:45 +00:00
parent f841efc3da
commit 8a365a82c6

View File

@ -7,7 +7,7 @@ jobs:
steps:
- name: Check out files
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0