From c9e16a53a87f1ae9d277c36c4cb97a6f5844ecfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 09:40:53 +0000 Subject: [PATCH] Bump gradle/gradle-build-action in /.github/workflows Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.3.3 to 2.4.2. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](https://github.com/gradle/gradle-build-action/compare/v2.3.3...v2.4.2) --- updated-dependencies: - dependency-name: gradle/gradle-build-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f3d362f..181aab5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,14 +26,14 @@ jobs: username: ${{ secrets.CLOUDSMITH_USER }} password: ${{ secrets.CLOUDSMITH_APIKEY }} - name: Build docker image - uses: gradle/gradle-build-action@v2.3.3 + uses: gradle/gradle-build-action@v2.4.2 env: BRANCH_NAME: ${{ github.ref_name }} with: arguments: buildDockerImage - name: Publish docker image if: ${{ startsWith(github.ref, 'refs/heads/master') }} - uses: gradle/gradle-build-action@v2.3.3 + uses: gradle/gradle-build-action@v2.4.2 env: BRANCH_NAME: ${{ github.ref_name }} with: