We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f02c0df + 9f0cd66 commit 57e24f4Copy full SHA for 57e24f4
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
JAVA_OPTS: -Xms800M -Xmx2G -Xss2M -XX:ReservedCodeCacheSize=128M -Dfile.encoding=UTF-8
26
JVM_OPTS: -Xms800M -Xmx2G -Xss2M -XX:ReservedCodeCacheSize=128M -Dfile.encoding=UTF-8
27
steps:
28
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
29
- uses: actions/setup-java@v5
30
with:
31
distribution: "${{ matrix.distribution }}"
.github/workflows/publish.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-22.04
9
if: ${{ github.repository_owner == 'sbt' }}
10
11
12
13
fetch-depth: 0
14
0 commit comments