From 37ba4979c646129afca30c07b2b5ee23fceeb797 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 07:41:55 +0000 Subject: [PATCH] Bump gradle/gradle-build-action from 3.2.0 to 3.3.1 Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 3.2.0 to 3.3.1. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](https://github.com/gradle/gradle-build-action/compare/fe59895742b4f984530980e4f693943577526b61...e2097ccd7e8ed48671dc068ac4efa86d25745b39) --- 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/java.yml | 2 +- .github/workflows/kotlin.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/java.yml b/.github/workflows/java.yml index 481b440..abd304d 100644 --- a/.github/workflows/java.yml +++ b/.github/workflows/java.yml @@ -41,7 +41,7 @@ jobs: ${{ runner.os }}-java - name: Build - uses: gradle/gradle-build-action@fe59895742b4f984530980e4f693943577526b61 + uses: gradle/gradle-build-action@e2097ccd7e8ed48671dc068ac4efa86d25745b39 with: arguments: build build-root-directory: java diff --git a/.github/workflows/kotlin.yml b/.github/workflows/kotlin.yml index aade9c4..2819265 100644 --- a/.github/workflows/kotlin.yml +++ b/.github/workflows/kotlin.yml @@ -41,7 +41,7 @@ jobs: ${{ runner.os }}-kotlin - name: Build - uses: gradle/gradle-build-action@fe59895742b4f984530980e4f693943577526b61 + uses: gradle/gradle-build-action@e2097ccd7e8ed48671dc068ac4efa86d25745b39 with: arguments: build build-root-directory: kotlin