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.
1 parent 778bd8f commit 9a0cd9fCopy full SHA for 9a0cd9f
.github/workflows/ci.yaml
@@ -10,7 +10,7 @@ jobs:
10
outputs:
11
version: ${{ steps.get-version.outputs.version }}
12
steps:
13
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
14
- name: Setup Java 17
15
uses: actions/setup-java@v5
16
with:
@@ -68,7 +68,7 @@ jobs:
68
env:
69
GRADLE_OPTS: "-Dorg.gradle.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=512m"
70
71
72
73
74
.github/workflows/release.yaml
@@ -20,7 +20,7 @@ jobs:
20
21
22
23
24
25
fetch-depth: 0
26
0 commit comments