Skip to content

Commit

Permalink
chore(deps): update gradle/gradle-build-action action to v2.3.1 (#95)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[gradle/gradle-build-action](https://togithub.com/gradle/gradle-build-action)
| action | patch | `v2.3.0` -> `v2.3.1` |

---

### Release Notes

<details>
<summary>gradle/gradle-build-action</summary>

###
[`v2.3.1`](https://togithub.com/gradle/gradle-build-action/compare/v2.3.0...v2.3.1)

[Compare
Source](https://togithub.com/gradle/gradle-build-action/compare/v2.3.0...v2.3.1)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click
this checkbox.

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Yash-Garg/qBittorrent-KT).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMDEuMyIsInVwZGF0ZWRJblZlciI6IjMyLjIwMS4zIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 22, 2022
1 parent 5148bb6 commit 8b266ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
cache: "gradle"

- name: Check codestyle
uses: gradle/gradle-build-action@v2.3.0
uses: gradle/gradle-build-action@v2.3.1
with:
arguments: spotlessCheck
gradle-home-cache-cleanup: true
Expand All @@ -50,7 +50,7 @@ jobs:
cache: "gradle"

- name: Run unit tests
uses: gradle/gradle-build-action@v2.3.0
uses: gradle/gradle-build-action@v2.3.1
with:
arguments: test
gradle-home-cache-cleanup: true
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
cache: "gradle"

- name: Build debug APKs
uses: gradle/gradle-build-action@v2.3.0
uses: gradle/gradle-build-action@v2.3.1
with:
arguments: assembleDebug
gradle-home-cache-cleanup: true
Expand Down

0 comments on commit 8b266ac

Please sign in to comment.