Update github checkout action

This commit is contained in:
Matthew de Detrich 2023-09-11 11:12:59 +02:00
parent 689f347bde
commit 96220355e2
No known key found for this signature in database
GPG Key ID: 196CBC8FEAA4CC64
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ jobs:
JVM_OPTS: -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup JDK
uses: actions/setup-java@v3
with: