From aa991e8c9741585644587cd062429dfefc6104c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 12:26:05 -0400 Subject: [PATCH] Bump the github-actions-deps group across 1 directory with 3 updates (#1672) Bumps the github-actions-deps group with 3 updates in the / directory: [burrunan/gradle-cache-action](https://github.com/burrunan/gradle-cache-action), [docker/build-push-action](https://github.com/docker/build-push-action) and [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action). Updates `burrunan/gradle-cache-action` from 1 to 2 - [Release notes](https://github.com/burrunan/gradle-cache-action/releases) - [Changelog](https://github.com/burrunan/gradle-cache-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/burrunan/gradle-cache-action/compare/v1...v2) Updates `docker/build-push-action` from 5 to 6 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5...v6) Updates `gradle/wrapper-validation-action` from 2 to 3 - [Release notes](https://github.com/gradle/wrapper-validation-action/releases) - [Commits](https://github.com/gradle/wrapper-validation-action/compare/v2...v3) --- updated-dependencies: - dependency-name: burrunan/gradle-cache-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-deps - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-deps - dependency-name: gradle/wrapper-validation-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-deps ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/main-build.yml | 2 +- .github/workflows/pr-build.yml | 2 +- .github/workflows/update-test-images.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main-build.yml b/.github/workflows/main-build.yml index 11ba554e9..e83523a42 100644 --- a/.github/workflows/main-build.yml +++ b/.github/workflows/main-build.yml @@ -29,6 +29,6 @@ jobs: with: registry: public.ecr.aws - name: Push validator docker image - uses: burrunan/gradle-cache-action@v1 + uses: burrunan/gradle-cache-action@v2 with: arguments: :validator:jib --stacktrace diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-build.yml index aeadd4393..30be4fae0 100644 --- a/.github/workflows/pr-build.yml +++ b/.github/workflows/pr-build.yml @@ -30,7 +30,7 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - name: Build validator image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: ./validator push: false diff --git a/.github/workflows/update-test-images.yml b/.github/workflows/update-test-images.yml index a94ad3467..e85f4ee40 100644 --- a/.github/workflows/update-test-images.yml +++ b/.github/workflows/update-test-images.yml @@ -34,7 +34,7 @@ jobs: with: distribution: 'zulu' java-version: 17 - - uses: gradle/wrapper-validation-action@v2 + - uses: gradle/wrapper-validation-action@v3 - name: Build locally with gradle uses: gradle/gradle-build-action@v3 with: