From 4bd2e313d4d79ec70313ec8c4aa05a27480376be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 02:50:02 +0000 Subject: [PATCH] Bump gradle/actions from 3 to 4 in the all group Bumps the all group with 1 update: [gradle/actions](https://github.com/gradle/actions). Updates `gradle/actions` from 3 to 4 - [Release notes](https://github.com/gradle/actions/releases) - [Commits](https://github.com/gradle/actions/compare/v3...v4) --- updated-dependencies: - dependency-name: gradle/actions dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0c00d4238..c2a720ebf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: with: java-version: "21" distribution: "liberica" - - uses: gradle/actions/setup-gradle@v3 + - uses: gradle/actions/setup-gradle@v4 - run: ./gradlew check installDist - name: "Generate data for frontend" run: ./build/install/awesome-kotlin/bin/awesome-kotlin