Skip to content

Commit

Permalink
Bump the github-actions-deps group across 1 directory with 3 updates (#…
Browse files Browse the repository at this point in the history
…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](burrunan/gradle-cache-action@v1...v2)

Updates `docker/build-push-action` from 5 to 6
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v5...v6)

Updates `gradle/wrapper-validation-action` from 2 to 3
- [Release notes](https://github.com/gradle/wrapper-validation-action/releases)
- [Commits](gradle/wrapper-validation-action@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent d069743 commit aa991e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-test-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit aa991e8

Please sign in to comment.