From b65fd1c064da5e7a787e8d37e4a1d214e9ab974b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 14:55:34 +0000 Subject: [PATCH] build: bump gradle/gradle-build-action from 2.1.5 to 2.3.3 Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.1.5 to 2.3.3. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](https://github.com/gradle/gradle-build-action/compare/fec4a42eb0c83154e5c9590748ba8337949c5701...3fbe033aaae657f011f88f29be9e65ed26bd29ef) --- 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/build.yml | 2 +- .github/workflows/publish.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 606510c..e17f010 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,6 +29,6 @@ jobs: java-version: '11' distribution: 'temurin' - name: Build with Gradle - uses: gradle/gradle-build-action@fec4a42eb0c83154e5c9590748ba8337949c5701 + uses: gradle/gradle-build-action@3fbe033aaae657f011f88f29be9e65ed26bd29ef with: arguments: build diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e1493a3..d383848 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -30,14 +30,14 @@ jobs: settings-path: ${{ github.workspace }} # location for the settings.xml file - name: Build with Gradle - uses: gradle/gradle-build-action@fec4a42eb0c83154e5c9590748ba8337949c5701 + uses: gradle/gradle-build-action@3fbe033aaae657f011f88f29be9e65ed26bd29ef with: arguments: build # The USERNAME and TOKEN need to correspond to the credentials environment variables used in # the publishing section of your build.gradle - name: Publish to GitHub Packages - uses: gradle/gradle-build-action@fec4a42eb0c83154e5c9590748ba8337949c5701 + uses: gradle/gradle-build-action@3fbe033aaae657f011f88f29be9e65ed26bd29ef with: arguments: publish env: