Skip to content

Commit

Permalink
build(deps): bump the updates group with 2 updates (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 512e42b commit 8f6eea0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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/[email protected]
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

0 comments on commit 8f6eea0

Please sign in to comment.