We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 853b05f + 5ad8a9d commit 4409ee5Copy full SHA for 4409ee5
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
JVM_OPTS: -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
24
steps:
25
- name: Checkout
26
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
27
with:
28
fetch-depth: 0
29
- name: Setup Scala
.github/workflows/publish.yml
@@ -14,7 +14,7 @@ jobs:
14
15
16
17
18
19
20
- name: Setup JDK
0 commit comments