Skip to content

Commit 1bcfb0e

Browse files
build(deps): bump the updates group with 2 updates
Bumps the updates group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [docker/build-push-action](https://github.com/docker/build-push-action). Updates `actions/checkout` from 4.1.7 to 4.2.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.7...v4.2.0) Updates `docker/build-push-action` from 6.7.0 to 6.8.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.7.0...v6.8.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor dependency-group: updates - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a0e274a commit 1bcfb0e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build-multiarch.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
runs-on: ubuntu-22.04
9999
steps:
100100
- name: Checkout
101-
uses: actions/checkout@v4.1.7
101+
uses: actions/checkout@v4.2.0
102102
with:
103103
# for build-files step
104104
fetch-depth: 0
@@ -139,7 +139,7 @@ jobs:
139139
uses: docker/setup-qemu-action@v3.2.0
140140

141141
- name: Build for test
142-
uses: docker/build-push-action@v6.7.0
142+
uses: docker/build-push-action@v6.8.0
143143
with:
144144
platforms: linux/amd64
145145
tags: ${{ env.IMAGE_TO_TEST }}
@@ -177,7 +177,7 @@ jobs:
177177
password: ${{ github.token }}
178178

179179
- name: Build and push
180-
uses: docker/build-push-action@v6.7.0
180+
uses: docker/build-push-action@v6.8.0
181181
if: github.actor == github.repository_owner
182182
with:
183183
platforms: ${{ matrix.platforms }}

.github/workflows/verify-pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: ubuntu-22.04
4848
steps:
4949
- name: Checkout
50-
uses: actions/checkout@v4.1.7
50+
uses: actions/checkout@v4.2.0
5151
with:
5252
# for build-files step
5353
fetch-depth: 0
@@ -56,7 +56,7 @@ jobs:
5656
uses: docker/setup-buildx-action@v3.6.1
5757

5858
- name: Confirm multi-arch build
59-
uses: docker/build-push-action@v6.7.0
59+
uses: docker/build-push-action@v6.8.0
6060
with:
6161
platforms: ${{ matrix.platforms }}
6262
# ensure latest base image is used
@@ -66,7 +66,7 @@ jobs:
6666
cache-from: type=gha,scope=${{ matrix.variant }}
6767

6868
- name: Build for test
69-
uses: docker/build-push-action@v6.7.0
69+
uses: docker/build-push-action@v6.8.0
7070
with:
7171
# Only build single platform since loading multi-arch image into daemon fails with
7272
# "docker exporter does not currently support exporting manifest lists"

0 commit comments

Comments
 (0)