From e7c7f77a4be170c134653d1f518f99c3b7ab9e5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 May 2022 15:30:59 +0200 Subject: [PATCH] build: bump gradle/gradle-build-action from 2.1.4 to 2.1.5 (#3) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 7674218..606510c 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@0d13054264b0bb894ded474f08ebb30921341cee + uses: gradle/gradle-build-action@fec4a42eb0c83154e5c9590748ba8337949c5701 with: arguments: build diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9aeb2b8..e1493a3 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@0d13054264b0bb894ded474f08ebb30921341cee + uses: gradle/gradle-build-action@fec4a42eb0c83154e5c9590748ba8337949c5701 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@0d13054264b0bb894ded474f08ebb30921341cee + uses: gradle/gradle-build-action@fec4a42eb0c83154e5c9590748ba8337949c5701 with: arguments: publish env: