Skip to content

Commit b4f891f

Browse files
authored
Merge pull request #514 from theimpossibleastronaut/dependabot/github_actions/docker/setup-buildx-action-4
build(deps): bump docker/setup-buildx-action from 3 to 4
2 parents 685d219 + c31890e commit b4f891f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-build-env.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
3737
-
3838
name: Set up Docker Buildx
39-
uses: docker/setup-buildx-action@v3
39+
uses: docker/setup-buildx-action@v4
4040
-
4141
name: Build and push
4242
uses: docker/build-push-action@v7

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
username: ${{ secrets.DOCKER_HUB_USERNAME }}
4747
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
4848
- name: Set up Docker Buildx
49-
uses: docker/setup-buildx-action@v3
49+
uses: docker/setup-buildx-action@v4
5050
- name: Build and push
5151
uses: docker/build-push-action@v7
5252
with:

0 commit comments

Comments
 (0)