From b1834da1cb995b3acbae88a279b444cb2b163ccc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 15:46:11 +0000 Subject: [PATCH] Bump the github-actions group across 1 directory with 2 updates Bumps the github-actions group with 2 updates in the / directory: [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) and [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action). Updates `gradle/wrapper-validation-action` from 3.4.0 to 3.4.2 - [Release notes](https://github.com/gradle/wrapper-validation-action/releases) - [Commits](https://github.com/gradle/wrapper-validation-action/compare/v3.4.0...v3.4.2) Updates `gradle/gradle-build-action` from 3.4.0 to 3.4.2 - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](https://github.com/gradle/gradle-build-action/compare/v3.4.0...v3.4.2) --- updated-dependencies: - dependency-name: gradle/wrapper-validation-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: gradle/gradle-build-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d55c2e9..06172a0 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -14,8 +14,8 @@ jobs: with: distribution: temurin java-version: 17 - - uses: gradle/wrapper-validation-action@v3.4.0 - - uses: gradle/gradle-build-action@v3.4.0 + - uses: gradle/wrapper-validation-action@v3.4.2 + - uses: gradle/gradle-build-action@v3.4.2 env: # Eksluder test dependencies DEPENDENCY_GRAPH_INCLUDE_CONFIGURATIONS: compileClasspath|runtimeClasspath