Skip to content

Commit 42cf05a

Browse files
dependabot[bot]david-allison
authored andcommitted
build(deps): bump gradle/actions from 4 to 5
Bumps [gradle/actions](https://github.com/gradle/actions) from 4 to 5. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](gradle/actions@v4...v5) --- updated-dependencies: - dependency-name: gradle/actions dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 60534cd commit 42cf05a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/compare_apk_size.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
shell: bash
4444

4545
- name: Setup Gradle
46-
uses: gradle/actions/setup-gradle@v4
46+
uses: gradle/actions/setup-gradle@v5
4747
timeout-minutes: 5
4848
with:
4949
cache-read-only: true

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
java-version: "21"
3131

3232
- name: Setup Gradle
33-
uses: gradle/actions/setup-gradle@v4
33+
uses: gradle/actions/setup-gradle@v5
3434
timeout-minutes: 5
3535
with:
3636
# Only write to the cache for builds on the 'main' branches, stops branches evicting main cache

.github/workflows/tests_emulator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
java-version: "21" # also change jitpack.yml
122122

123123
- name: Setup Gradle
124-
uses: gradle/actions/setup-gradle@v4
124+
uses: gradle/actions/setup-gradle@v5
125125
timeout-minutes: 5
126126
with:
127127
# Only write to the cache for builds on the 'main' branches, stops branches evicting main cache

.github/workflows/tests_unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
java-version: "21" # also change jitpack.yml
137137

138138
- name: Setup Gradle
139-
uses: gradle/actions/setup-gradle@v4
139+
uses: gradle/actions/setup-gradle@v5
140140
timeout-minutes: 10
141141
with:
142142
# Only write to the cache for builds on the 'main' branches, stops branches evicting main cache

0 commit comments

Comments
 (0)