File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
./gradlew spotlessCheck
24
24
25
25
check :
26
- uses : wetransform/gha-workflows/.github/workflows/gradle-library-check.yml@ad4aa270fbd7f42e48a02ef3b877c1826e8c983e # v3.4.0
26
+ uses : wetransform/gha-workflows/.github/workflows/gradle-library-check.yml@ea94f03339afbdd8770e446d3f000c2d366a6fc1 # v3.4.1
27
27
with :
28
28
java-version : 17
29
29
multi-module : true
Original file line number Diff line number Diff line change 16
16
# Only on main repository (no publishing on forks)
17
17
if : github.repository_owner == 'halestudio'
18
18
19
- uses : wetransform/gha-workflows/.github/workflows/gradle-library-publish.yml@ad4aa270fbd7f42e48a02ef3b877c1826e8c983e # v3.4.0
19
+ uses : wetransform/gha-workflows/.github/workflows/gradle-library-publish.yml@ea94f03339afbdd8770e446d3f000c2d366a6fc1 # v3.4.1
20
20
with :
21
21
java-version : 17
22
22
multi-module : true
Original file line number Diff line number Diff line change 19
19
# Only on main repository (don't release on forks)
20
20
if : github.repository_owner == 'halestudio'
21
21
22
- uses : wetransform/gha-workflows/.github/workflows/gradle-library-publish.yml@ad4aa270fbd7f42e48a02ef3b877c1826e8c983e # v3.4.0
22
+ uses : wetransform/gha-workflows/.github/workflows/gradle-library-publish.yml@ea94f03339afbdd8770e446d3f000c2d366a6fc1 # v3.4.1
23
23
with :
24
24
java-version : 17
25
25
multi-module : true
You can’t perform that action at this time.
0 commit comments