Skip to content

Commit a065570

Browse files
authored
chore(deps): updated docker/setup-buildx-action action from v3 to v4 (#1316)
1 parent d013fdb commit a065570

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-push-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
# at the moment to be able to use a subdirectory with Git context
1616
# See latest notes at: https://github.com/marketplace/actions/build-push-docker-images
1717
- name: Set up Docker Buildx
18-
uses: docker/setup-buildx-action@v3
18+
uses: docker/setup-buildx-action@v4
1919
- name: Login to GitHub Container Registry
2020
uses: docker/login-action@v4
2121
with:

implementation/.github/workflows/compile-dependency.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
uses: docker/setup-qemu-action@v4
5656

5757
- name: Set up Docker Buildx
58-
uses: docker/setup-buildx-action@v3
58+
uses: docker/setup-buildx-action@v4
5959

6060
- name: Setup before compilation
6161
id: compile-setup

stack/.github/workflows/push-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208
uses: docker/setup-qemu-action@v4
209209

210210
- name: Set up buildx
211-
uses: docker/setup-buildx-action@v3
211+
uses: docker/setup-buildx-action@v4
212212

213213
- name: Download ${{ matrix.oci_image.name }} Image
214214
uses: paketo-buildpacks/github-config/actions/release/download-asset@main

0 commit comments

Comments
 (0)