mirror of
https://github.com/sbt/sbt.git
synced 2026-08-29 01:24:09 +02:00
Merge pull request #431 from mdedetrich/update-github-checkout-action
Update github checkout action
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user