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 b56f0c0 + 63c8615 commit 6a127a6Copy full SHA for 6a127a6
2 files changed
.github/workflows/ci.yaml
@@ -12,7 +12,7 @@ jobs:
12
container: eclipse-temurin:21
13
steps:
14
- name: Checkout repository
15
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
16
- name: Check format with spotless
17
run: |
18
./gradlew spotlessCheck
@@ -21,7 +21,7 @@ jobs:
21
22
23
24
25
- name: Build with Gradle
26
27
./gradlew build
.github/workflows/release.yaml
@@ -9,7 +9,7 @@ jobs:
9
10
11
env:
VERSION: ${{ github.ref_name }}
0 commit comments