Skip to content

Commit 1ebc21d

Browse files
authored
Merge pull request #993 from The-DevOps-Daily/dependabot/github_actions/docker/setup-buildx-action-4
chore(deps): bump docker/setup-buildx-action from 3 to 4
2 parents ac61211 + 2c56601 commit 1ebc21d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@v6
2828

2929
- name: Set up Docker Buildx
30-
uses: docker/setup-buildx-action@v3
30+
uses: docker/setup-buildx-action@v4
3131

3232
- name: Validate docker-compose.yaml syntax
3333
run: |

0 commit comments

Comments
 (0)