Skip to content

Commit 175f4f3

Browse files
chore(deps): update gradle/actions action to v6.0.1 (#926)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [gradle/actions](https://redirect.github.com/gradle/actions) | action | patch | `v6.0.0` → `v6.0.1` | --- ### Release Notes <details> <summary>gradle/actions (gradle/actions)</summary> ### [`v6.0.1`](https://redirect.github.com/gradle/actions/releases/tag/v6.0.1) [Compare Source](https://redirect.github.com/gradle/actions/compare/v6.0.0...v6.0.1) The [license changes in v6](https://blog.gradle.org/github-actions-for-gradle-v6) introduced a `gradle-actions-caching` license notice that is printed in logs and in each job summary. With this release, the license notice will be muted if build-scan terms have been accepted, or if a Develocity access key is provided. #### What's Changed - Bump actions used in docs by [@&#8203;Goooler](https://redirect.github.com/Goooler) in [#&#8203;792](https://redirect.github.com/gradle/actions/pull/792) - Add typing information for use by typesafegithub by [@&#8203;bigdaz](https://redirect.github.com/bigdaz) in [#&#8203;910](https://redirect.github.com/gradle/actions/pull/910) - Mute license warning when terms are accepted by [@&#8203;bigdaz](https://redirect.github.com/bigdaz) in [#&#8203;911](https://redirect.github.com/gradle/actions/pull/911) - Mention explicit license acceptance in notice by [@&#8203;bigdaz](https://redirect.github.com/bigdaz) in [#&#8203;912](https://redirect.github.com/gradle/actions/pull/912) - Bump com.fasterxml.jackson.dataformat:jackson-dataformat-smile from 2.21.1 to 2.21.2 in /sources/test/init-scripts in the gradle group across 1 directory by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;907](https://redirect.github.com/gradle/actions/pull/907) **Full Changelog**: <gradle/actions@v6.0.0...v6.0.1> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/nextcloud/android-common). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My42Ni40IiwidXBkYXRlZEluVmVyIjoiNDMuNjYuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiMy4gdG8gcmV2aWV3IiwiZGVwZW5kZW5jaWVzIl19--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent be2a36a commit 175f4f3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/assemble.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
distribution: "temurin"
2525
java-version: 17
2626
- name: Setup Gradle
27-
uses: gradle/actions/setup-gradle@0f4528296b4bc09e8ae0fc7be30185a4ab435545 # v6.0.0
27+
uses: gradle/actions/setup-gradle@39e147cb9de83bb9910b8ef8bd7fff0ee20fcd6f # v6.0.1
2828
- name: Assemble
2929
run: ./gradlew assembleDebug

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
distribution: "temurin"
3131
java-version: 17
3232
- name: Setup Gradle
33-
uses: gradle/actions/setup-gradle@0f4528296b4bc09e8ae0fc7be30185a4ab435545 # v6.0.0
33+
uses: gradle/actions/setup-gradle@39e147cb9de83bb9910b8ef8bd7fff0ee20fcd6f # v6.0.1
3434
- name: Check ${{ matrix.task }}
3535
run: ./gradlew ${{ matrix.task }}
3636
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
check-latest: true
2626
cache: 'gradle'
2727
- name: Validate Gradle Wrapper
28-
uses: gradle/actions/wrapper-validation@0f4528296b4bc09e8ae0fc7be30185a4ab435545 # v6.0.0
28+
uses: gradle/actions/wrapper-validation@39e147cb9de83bb9910b8ef8bd7fff0ee20fcd6f # v6.0.1
2929

3030
test:
3131
name: Unit tests

0 commit comments

Comments
 (0)