Skip to content

Commit 0475f1c

Browse files
authored
feat(actions): add gradle/actions@v3/setup-gradle (#1274)
Resolves #1271.
1 parent e834bd3 commit 0475f1c

File tree

4 files changed

+360
-2
lines changed

4 files changed

+360
-2
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ec92e829475ac0c2315ea8f9eced72db85bb337a

actions/gradle/actions/v3/setup-gradle/action

Whitespace-only changes.

docs/supported-actions.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ Click on a version to see the binding's code.
8686
* gradle-update
8787
* [update-gradle-wrapper-action](https://github.com/gradle-update/update-gradle-wrapper-action) - v1: [`UpdateGradleWrapperActionV1`](https://github.com/typesafegithub/github-workflows-kt/blob/v[[ version ]]/github-workflows-kt/src/gen/kotlin/io/github/typesafegithub/workflows/actions/gradleupdate/UpdateGradleWrapperActionV1.kt)
8888
* gradle
89+
* [actions/setup-gradle](https://github.com/gradle/actions/tree/v3/setup-gradle) - v3: [`ActionsSetupGradleV3`](https://github.com/typesafegithub/github-workflows-kt/blob/v[[ version ]]/github-workflows-kt/src/gen/kotlin/io/github/typesafegithub/workflows/actions/gradle/ActionsSetupGradleV3.kt)
8990
* [gradle-build-action](https://github.com/gradle/gradle-build-action) - v2: [`GradleBuildActionV2`](https://github.com/typesafegithub/github-workflows-kt/blob/v[[ version ]]/github-workflows-kt/src/gen/kotlin/io/github/typesafegithub/workflows/actions/gradle/GradleBuildActionV2.kt), v3: [`GradleBuildActionV3`](https://github.com/typesafegithub/github-workflows-kt/blob/v[[ version ]]/github-workflows-kt/src/gen/kotlin/io/github/typesafegithub/workflows/actions/gradle/GradleBuildActionV3.kt)
9091
* [wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) - v1: [`WrapperValidationActionV1`](https://github.com/typesafegithub/github-workflows-kt/blob/v[[ version ]]/github-workflows-kt/src/gen/kotlin/io/github/typesafegithub/workflows/actions/gradle/WrapperValidationActionV1.kt), v2: [`WrapperValidationActionV2`](https://github.com/typesafegithub/github-workflows-kt/blob/v[[ version ]]/github-workflows-kt/src/gen/kotlin/io/github/typesafegithub/workflows/actions/gradle/WrapperValidationActionV2.kt)
9192
* JamesIves
@@ -139,7 +140,7 @@ Click on a version to see the binding's code.
139140

140141
Number of bindings available:
141142

142-
* counting by actions: 84
143-
* counting each version separately: 156
143+
* counting by actions: 85
144+
* counting each version separately: 157
144145

145146
Actions [providing typings](https://github.com/typesafegithub/github-actions-typing/) (marked with ✅ on the above list): 18

0 commit comments

Comments
 (0)