Skip to content

Commit f10bb45

Browse files
build(deps): bump the updates group with 4 updates (#2729)
1 parent e556353 commit f10bb45

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/build-multiarch.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
runs-on: ubuntu-20.04
112112
steps:
113113
- name: Checkout
114-
uses: actions/checkout@v4.1.1
114+
uses: actions/checkout@v4.1.2
115115
with:
116116
# for build-files step
117117
fetch-depth: 0
@@ -144,13 +144,13 @@ jobs:
144144
org.opencontainers.image.authors=Geoff Bourne <itzgeoff@gmail.com>
145145
146146
- name: Setup Docker Buildx
147-
uses: docker/setup-buildx-action@v3.0.0
147+
uses: docker/setup-buildx-action@v3.2.0
148148

149149
- name: Set up QEMU
150150
uses: docker/setup-qemu-action@v3.0.0
151151

152152
- name: Build for test
153-
uses: docker/build-push-action@v5.1.0
153+
uses: docker/build-push-action@v5.3.0
154154
with:
155155
platforms: linux/amd64
156156
tags: ${{ env.IMAGE_TO_TEST }}
@@ -173,22 +173,22 @@ jobs:
173173
tests/test.sh
174174
175175
- name: Login to DockerHub
176-
uses: docker/login-action@v3.0.0
176+
uses: docker/login-action@v3.1.0
177177
if: env.HAS_IMAGE_REPO_ACCESS
178178
with:
179179
username: ${{ secrets.DOCKER_USER }}
180180
password: ${{ secrets.DOCKER_PASSWORD }}
181181

182182
- name: Login to GHCR
183-
uses: docker/login-action@v3.0.0
183+
uses: docker/login-action@v3.1.0
184184
if: env.HAS_IMAGE_REPO_ACCESS
185185
with:
186186
registry: ghcr.io
187187
username: ${{ github.actor }}
188188
password: ${{ github.token }}
189189

190190
- name: Build and push
191-
uses: docker/build-push-action@v5.1.0
191+
uses: docker/build-push-action@v5.3.0
192192
if: github.actor == github.repository_owner
193193
with:
194194
platforms: ${{ matrix.platforms }}

.github/workflows/verify-pr.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,16 @@ jobs:
4545
runs-on: ubuntu-20.04
4646
steps:
4747
- name: Checkout
48-
uses: actions/checkout@v4.1.1
48+
uses: actions/checkout@v4.1.2
4949
with:
5050
# for build-files step
5151
fetch-depth: 0
5252

5353
- name: Setup Docker Buildx
54-
uses: docker/setup-buildx-action@v3.0.0
54+
uses: docker/setup-buildx-action@v3.2.0
5555

5656
- name: Confirm multi-arch build
57-
uses: docker/build-push-action@v5.1.0
57+
uses: docker/build-push-action@v5.3.0
5858
with:
5959
platforms: ${{ matrix.platforms }}
6060
# ensure latest base image is used
@@ -64,7 +64,7 @@ jobs:
6464
cache-from: type=gha,scope=${{ matrix.variant }}
6565

6666
- name: Build for test
67-
uses: docker/build-push-action@v5.1.0
67+
uses: docker/build-push-action@v5.3.0
6868
with:
6969
# Only build single platform since loading multi-arch image into daemon fails with
7070
# "docker exporter does not currently support exporting manifest lists"

0 commit comments

Comments
 (0)