Skip to content

Commit a03f74b

Browse files
Update docker/setup-buildx-action action to v4
1 parent 34c8acf commit a03f74b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
# This might be unnecessary as tests are not
5252
# multiplatform
5353
- name: Setup Docker buildx
54-
uses: docker/setup-buildx-action@v3.12.0
54+
uses: docker/setup-buildx-action@v4.0.0
5555

5656
- name: Extract Docker cache metadata
5757
id: meta-cache
@@ -130,7 +130,7 @@ jobs:
130130
uses: sigstore/cosign-installer@v4.0.0
131131

132132
- name: Setup Docker buildx
133-
uses: docker/setup-buildx-action@v3.12.0
133+
uses: docker/setup-buildx-action@v4.0.0
134134

135135
# Login against a Docker registry
136136
# https://github.com/docker/login-action
@@ -232,7 +232,7 @@ jobs:
232232
uses: sigstore/cosign-installer@v4.0.0
233233

234234
- name: Setup Docker buildx
235-
uses: docker/setup-buildx-action@v3.12.0
235+
uses: docker/setup-buildx-action@v4.0.0
236236

237237
# Login against a Docker registry
238238
# https://github.com/docker/login-action

0 commit comments

Comments
 (0)