From 5342bea5406c81dc4b74d5b45a809e7351b64fa0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 08:59:23 +0000 Subject: [PATCH] Bump gradle/gradle-build-action from 3.4.2 to 3.5.0 Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 3.4.2 to 3.5.0. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](https://github.com/gradle/gradle-build-action/compare/v3.4.2...v3.5.0) --- updated-dependencies: - dependency-name: gradle/gradle-build-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/dependabot-build.yaml | 2 +- .github/workflows/deploy.yaml | 2 +- .github/workflows/publish.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dependabot-build.yaml b/.github/workflows/dependabot-build.yaml index f71b97a3..f44e2603 100644 --- a/.github/workflows/dependabot-build.yaml +++ b/.github/workflows/dependabot-build.yaml @@ -17,6 +17,6 @@ jobs: distribution: temurin java-version: 17 - - uses: gradle/gradle-build-action@v3.4.2 + - uses: gradle/gradle-build-action@v3.5.0 with: arguments: --configuration-cache test diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 0ac65055..c7889237 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -22,7 +22,7 @@ jobs: java-version: 17 - uses: gradle/wrapper-validation-action@v3.4.2 - - uses: gradle/gradle-build-action@v3.4.2 + - uses: gradle/gradle-build-action@v3.5.0 id: build env: DEPENDENCY_GRAPH_INCLUDE_CONFIGURATIONS: compileClasspath|runtimeClasspath diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 5d1246da..88a46b12 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -20,7 +20,7 @@ jobs: distribution: temurin java-version: 17 - uses: gradle/wrapper-validation-action@v3.4.2 - - uses: gradle/gradle-build-action@v3.4.2 + - uses: gradle/gradle-build-action@v3.5.0 env: # Eksluder test dependencies DEPENDENCY_GRAPH_INCLUDE_CONFIGURATIONS: compileClasspath|runtimeClasspath