Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

build(deps): bump the updates group with 2 updates #207

Merged
merged 1 commit into from
Sep 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
DOCKER_HUB_ORG: itzg
MAIN_VARIANT: java21
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0

- name: Docker meta
id: meta
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:

- name: Build and push
id: docker_build
uses: docker/build-push-action@v6.7.0
uses: docker/build-push-action@v6.8.0
with:
platforms: ${{ matrix.platforms }}
# ensure latest base image is used
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
platforms: linux/amd64,linux/arm64
tagPrefix: java21-
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0

- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v3.6.1
Expand All @@ -30,7 +30,7 @@ jobs:

- name: Build
id: docker_build
uses: docker/build-push-action@v6.7.0
uses: docker/build-push-action@v6.8.0
with:
platforms: ${{ matrix.platforms }}
# ensure latest base image is used
Expand Down