We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af9131a commit 1caf6a4Copy full SHA for 1caf6a4
.github/workflows/build-test.yaml
@@ -21,7 +21,7 @@ jobs:
21
distribution: "temurin"
22
23
- name: Setup Gradle
24
- uses: gradle/actions/setup-gradle@cc4fc85e6b35bafd578d5ffbc76a5518407e1af0 # v4.2.1
+ uses: gradle/actions/setup-gradle@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0
25
26
- name: Build with Gradle Wrapper
27
run: ./gradlew clean build
.github/workflows/publish.yaml
@@ -15,7 +15,7 @@ jobs:
15
java-version: "21"
16
17
18
19
20
- name: Publish package
run: ./gradlew publish
0 commit comments