Skip to content

Commit 3a8ef99

Browse files
Bump docker/setup-buildx-action from 4.2.0 to 4.3.0 in the actions group (#1587)
Signed-off-by: dependabot[bot] <support@github.com>
1 parent 29f409a commit 3a8ef99

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2727

2828
- name: Install Docker Buildx
29-
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
29+
uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0
3030

3131
- name: Build image
3232
run: >
@@ -58,7 +58,7 @@ jobs:
5858
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
5959

6060
- name: Install Docker Buildx
61-
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
61+
uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0
6262

6363
- name: Login to DockerHub
6464
run: >

0 commit comments

Comments
 (0)