Skip to content
This repository was archived by the owner on Dec 10, 2022. It is now read-only.

Commit adec752

Browse files
Update gradle/gradle-build-action digest to e4ca0fd
1 parent 1f492ef commit adec752

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
java-version: '18'
3131
distribution: 'zulu'
3232
- name: Build Jar
33-
uses: gradle/gradle-build-action@5df685c7b2fe49fac8decf5228a23ac8f8dcd123
33+
uses: gradle/gradle-build-action@e4ca0fdab0cf8e217cd67657b0ffcbf6392b486b
3434
with:
3535
arguments: shadowJar
3636
- name: Upload Jar
@@ -39,7 +39,7 @@ jobs:
3939
name: Fat Jar
4040
path: build/libs/*-all.jar
4141
- name: Publish
42-
uses: gradle/gradle-build-action@5df685c7b2fe49fac8decf5228a23ac8f8dcd123
42+
uses: gradle/gradle-build-action@e4ca0fdab0cf8e217cd67657b0ffcbf6392b486b
4343
with:
4444
arguments: publish
4545
env:

0 commit comments

Comments
 (0)