Skip to content

Commit adcd0fb

Browse files
build(deps): bump gradle/actions from 5.0.2 to 6.1.0 (#5130)
* build(deps): bump gradle/actions from 5.0.2 to 6.1.0 Bumps [gradle/actions](https://github.com/gradle/actions) from 5.0.2 to 6.1.0. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](gradle/actions@0723195...50e97c2) --- updated-dependencies: - dependency-name: gradle/actions dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * ci: use Basic Caching for Gradle --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Stefan Pölz <38893694+Flash0ver@users.noreply.github.com>
1 parent c2e0208 commit adcd0fb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/device-tests-android.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,9 @@ jobs:
130130
path: bin
131131

132132
- name: Setup Gradle
133-
uses: gradle/actions/setup-gradle@0723195856401067f7a2779048b490ace7a47d7c # v5.0.2
133+
uses: gradle/actions/setup-gradle@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e # v6.1.0
134+
with:
135+
cache-provider: basic # 'enhanced' (default) is not open source under a proprietary license; 'basic' uses MIT
134136

135137
# Cached AVD setup per https://github.com/ReactiveCircus/android-emulator-runner/blob/main/README.md
136138

0 commit comments

Comments
 (0)