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 7dfceb1 commit 94d8be0Copy full SHA for 94d8be0
.github/workflows/build.yml
@@ -32,7 +32,7 @@ jobs:
32
install: git mingw-w64-x86_64-toolchain libsqlite
33
34
- name: Validate Gradle Wrapper
35
- uses: gradle/wrapper-validation-action@v1
+ uses: gradle/actions/wrapper-validation@v4
36
37
- name: Cache gradle
38
uses: actions/cache@v4
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
distribution: "adopt"
23
java-version: "17"
24
25
26
27
28
with:
0 commit comments