Skip to content

Commit ade173e

Browse files
committed
ci(GitHub): bump gradle/actions from 3 to 4
Bumps [gradle/actions](https://github.com/gradle/actions) from 3 to 4. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](gradle/actions@v3...v4) --- updated-dependencies: - dependency-name: gradle/actions   dependency-type: direct:production   update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Art Shendrik <artyom.shendrik@gmail.com>
1 parent 642ba40 commit ade173e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
${{ runner.os }}-kmp-
104104
105105
- name: Setup Gradle
106-
uses: gradle/actions/setup-gradle@v3
106+
uses: gradle/actions/setup-gradle@v4
107107
with:
108108
gradle-home-cache-cleanup: true
109109
cache-disabled: ${{ matrix.os == 'windows' }} # super slow on Windows.

.github/workflows/pr-baseline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
java-version: 22
6464

6565
- name: Setup Gradle
66-
uses: gradle/actions/setup-gradle@v3
66+
uses: gradle/actions/setup-gradle@v4
6767
with:
6868
cache-disabled: true
6969
cache-read-only: true

0 commit comments

Comments
 (0)