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 b6f7280 commit 114b5e8Copy full SHA for 114b5e8
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
java-version: 21
18
distribution: 'temurin'
19
20
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
21
22
- uses: gradle/wrapper-validation-action@v3
23
.github/workflows/gradle-wrapper-validation.yml
@@ -6,5 +6,5 @@ jobs:
6
name: "Validation"
7
runs-on: ubuntu-latest
8
steps:
9
10
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
java-version: 17
13
14
15
16
# Given we are doing a release, lets make sure we have a safe gradle install
0 commit comments