Skip to content

Commit d86cfe5

Browse files
chore(deps): update docker/setup-buildx-action action to v4 (#123)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bf263ca commit d86cfe5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build-commitfest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
password: ${{ secrets.GITHUB_TOKEN }}
6363

6464
- name: Set up Docker Buildx
65-
uses: docker/setup-buildx-action@v3
65+
uses: docker/setup-buildx-action@v4
6666

6767
- name: Build and push
6868
uses: docker/bake-action@v7

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
password: ${{ secrets.GITHUB_TOKEN }}
6060

6161
- name: Set up Docker Buildx
62-
uses: docker/setup-buildx-action@v3
62+
uses: docker/setup-buildx-action@v4
6363

6464
- name: Build and push
6565
uses: docker/bake-action@v7

.github/workflows/continuous-delivery.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
password: ${{ secrets.GITHUB_TOKEN }}
7070

7171
- name: Set up Docker Buildx
72-
uses: docker/setup-buildx-action@v3
72+
uses: docker/setup-buildx-action@v4
7373

7474
- name: Build and push
7575
uses: docker/bake-action@v7

.github/workflows/reusable-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
echo PWD=$(pwd) >> $GITHUB_ENV
109109
110110
- name: Set up Docker Buildx
111-
uses: docker/setup-buildx-action@v3
111+
uses: docker/setup-buildx-action@v4
112112

113113
- name: Install Kind
114114
uses: helm/kind-action@v1.14.0

0 commit comments

Comments
 (0)