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 4bcb5b4 + 89dd173 commit 5f8097dCopy full SHA for 5f8097d
.github/workflows/ci.yaml
@@ -12,7 +12,7 @@ jobs:
12
container: eclipse-temurin:21
13
steps:
14
- name: Checkout repository
15
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
16
- name: Build with Gradle
17
run: |
18
./gradlew build
.github/workflows/release.yaml
@@ -9,7 +9,7 @@ jobs:
9
10
11
env:
VERSION: ${{ github.ref_name }}
0 commit comments