Skip to content

Commit 54bb89e

Browse files
chore(deps): update gradle/gradle-build-action action to v3 (#177)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---|---|---| | [gradle/gradle-build-action](https://togithub.com/gradle/gradle-build-action) | action | major | `v2` -> `v3` | [![age](https://developer.mend.io/api/mc/badges/age/github-tags/gradle%2fgradle-build-action/v3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/github-tags/gradle%2fgradle-build-action/v3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/github-tags/gradle%2fgradle-build-action/v2/v3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/gradle%2fgradle-build-action/v2/v3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [gradle:gradle-build-action](https://togithub.com/gradle/gradle-build-action) | | major | `v2` -> `v3` | [![age](https://developer.mend.io/api/mc/badges/age/maven/gradle:gradle-build-action/v3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/gradle:gradle-build-action/v3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/gradle:gradle-build-action/v2/v3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/gradle:gradle-build-action/v2/v3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>gradle/gradle-build-action (gradle/gradle-build-action)</summary> ### [`v3`](https://togithub.com/gradle/gradle-build-action/compare/v2...v3) [Compare Source](https://togithub.com/gradle/gradle-build-action/compare/v2...v3) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/typesafegithub/github-actions-typing). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 78044dc commit 54bb89e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
@file:Repository("https://github-workflows-kt-bindings.colman.com.br/binding/")
66
@file:DependsOn("actions:checkout:v4")
77
@file:DependsOn("actions:setup-java:v4")
8-
@file:DependsOn("gradle:gradle-build-action:v2")
8+
@file:DependsOn("gradle:gradle-build-action:v3")
99
@file:DependsOn("typesafegithub:github-actions-typing:v1")
1010

1111
import io.github.typesafegithub.workflows.actions.actions.Checkout

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- id: 'step-0'
3131
uses: 'actions/checkout@v4'
3232
- id: 'step-1'
33-
uses: 'gradle/gradle-build-action@v2'
33+
uses: 'gradle/gradle-build-action@v3'
3434
with:
3535
arguments: 'build'
3636
- id: 'step-2'

0 commit comments

Comments
 (0)