mirror of https://github.com/sbt/sbt.git
Merge pull request #431 from mdedetrich/update-github-checkout-action
Update github checkout action
This commit is contained in:
commit
56b28c50c0
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue