From e3b11eb0cf3e062d6cac98e929efbed94b82ebef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 01:41:51 +0000 Subject: [PATCH] chore(deps): update gradle/gradle-build-action action to v2.8.0 --- .github/workflows/step.build.yml | 2 +- .github/workflows/step.publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/step.build.yml b/.github/workflows/step.build.yml index 81bfff1..55c5502 100644 --- a/.github/workflows/step.build.yml +++ b/.github/workflows/step.build.yml @@ -97,7 +97,7 @@ jobs: distribution: 'zulu' java-version: '20' - name: "Build and Test" - uses: gradle/gradle-build-action@243af859f8ca30903d9d7f7936897ca0358ba691 # v2.7.1 + uses: gradle/gradle-build-action@ef76a971e2fa3f867b617efd72f2fbd72cf6f8bc # v2.8.0 id: gradlebuild continue-on-error: ${{ inputs.experimental }} with: diff --git a/.github/workflows/step.publish.yml b/.github/workflows/step.publish.yml index 6483379..931396f 100644 --- a/.github/workflows/step.publish.yml +++ b/.github/workflows/step.publish.yml @@ -183,7 +183,7 @@ jobs: distribution: 'zulu' java-version: '20' - name: "Publish (${{ matrix.label }})" - uses: gradle/gradle-build-action@243af859f8ca30903d9d7f7936897ca0358ba691 # v2.7.1 + uses: gradle/gradle-build-action@ef76a971e2fa3f867b617efd72f2fbd72cf6f8bc # v2.8.0 id: publish with: cache-read-only: true