diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9edf9738..0bdea332 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - name: Validate Gradle Wrapper uses: gradle/wrapper-validation-action@v3 - name: Build with Gradle Wrapper - uses: gradle/gradle-build-action@v3.3.0 + uses: gradle/actions/setup-gradle@v3 with: arguments: build --full-stacktrace diff --git a/.github/workflows/publish-to-container-registry.yml b/.github/workflows/publish-to-container-registry.yml index a4b2eeea..f06bd67b 100644 --- a/.github/workflows/publish-to-container-registry.yml +++ b/.github/workflows/publish-to-container-registry.yml @@ -57,7 +57,7 @@ jobs: - name: Debug run: echo ${{ steps.meta.outputs }} - name: Build and publish with Gradle Wrapper - uses: gradle/gradle-build-action@v3.3.0 + uses: gradle/actions/setup-gradle@v3 if: github.event_name != 'pull_request' env: BP_OCI_CREATED: ${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.created'] }}