Skip to content

Commit 3c1f4f2

Browse files
chore(deps): update gradle/actions action to v4.4.3 (#762)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [gradle/actions](https://redirect.github.com/gradle/actions) | action | patch | `v4.4.2` -> `v4.4.3` | --- ### Release Notes <details> <summary>gradle/actions (gradle/actions)</summary> ### [`v4.4.3`](https://redirect.github.com/gradle/actions/releases/tag/v4.4.3) [Compare Source](https://redirect.github.com/gradle/actions/compare/v4.4.2...v4.4.3) ##### What's Changed - Adapt tests to future new Build Scan publication message by [@&#8203;alextu](https://redirect.github.com/alextu) in [#&#8203;708](https://redirect.github.com/gradle/actions/pull/708) - Add missing Gradle version input to setup-gradle by [@&#8203;jprinet](https://redirect.github.com/jprinet) in [#&#8203;713](https://redirect.github.com/gradle/actions/pull/713) - Bump the github-actions group across 2 directories with 4 updates by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;710](https://redirect.github.com/gradle/actions/pull/710) - Bump references to Develocity Gradle plugin from 4.1 to 4.1.1 by [@&#8203;bot-githubaction](https://redirect.github.com/bot-githubaction) in [#&#8203;712](https://redirect.github.com/gradle/actions/pull/712) - Update known wrapper checksums by [@&#8203;github-actions](https://redirect.github.com/github-actions)\[bot] in [#&#8203;709](https://redirect.github.com/gradle/actions/pull/709) - Bump the npm-dependencies group across 1 directory with 4 updates by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;711](https://redirect.github.com/gradle/actions/pull/711) - Do not run setup-gradle post action if workflow is cancelled by [@&#8203;jprinet](https://redirect.github.com/jprinet) in [#&#8203;716](https://redirect.github.com/gradle/actions/pull/716) - Bump the github-actions group across 2 directories with 2 updates by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;715](https://redirect.github.com/gradle/actions/pull/715) - Bump the npm-dependencies group across 1 directory with 3 updates by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;720](https://redirect.github.com/gradle/actions/pull/720) - Bump github/codeql-action from 3.29.11 to 3.30.0 in the github-actions group across 1 directory by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;719](https://redirect.github.com/gradle/actions/pull/719) - Bump com.fasterxml.jackson.dataformat:jackson-dataformat-smile from 2.19.2 to 2.20.0 in /sources/test/init-scripts in the gradle group across 1 directory by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;718](https://redirect.github.com/gradle/actions/pull/718) - Update known wrapper checksums by [@&#8203;github-actions](https://redirect.github.com/github-actions)\[bot] in [#&#8203;723](https://redirect.github.com/gradle/actions/pull/723) - Bump the npm-dependencies group in /sources with 5 updates by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;725](https://redirect.github.com/gradle/actions/pull/725) **Full Changelog**: <gradle/actions@v4.4.2...v4.4.3> </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:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyIzLiB0byByZXZpZXciLCJkZXBlbmRlbmNpZXMiXX0=--> 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 71f0458 commit 3c1f4f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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@017a9effdb900e5b5b2fddfb590a105619dca3c3 # v4.4.2
27+
uses: gradle/actions/setup-gradle@ed408507eac070d1f99cc633dbcf757c94c7933a # v4.4.3
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@017a9effdb900e5b5b2fddfb590a105619dca3c3 # v4.4.2
33+
uses: gradle/actions/setup-gradle@ed408507eac070d1f99cc633dbcf757c94c7933a # v4.4.3
3434
- name: Check ${{ matrix.task }}
3535
run: ./gradlew ${{ matrix.task }}
3636
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2

0 commit comments

Comments
 (0)