actions: use checkout v4

This commit is contained in:
Alexander Capehart 2024-08-01 01:49:08 +00:00 committed by GitHub
parent f0bf7af7b4
commit d55db7bde4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,7 @@ jobs:
steps:
- name: Clone repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Clone submodules
run: git submodule update --init --recursive --remote
- name: Set up JDK 17