Merge pull request #431 from mdedetrich/update-github-checkout-action

Update github checkout action
This commit is contained in:
eugene yokota 2023-09-11 12:20:24 -04:00 committed by GitHub
commit 56b28c50c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: