Skip to content

Commit b50b733

Browse files
authored
Merge pull request #38 from MayNiklas/dependabot/github_actions/docker/setup-buildx-action-4
Bump docker/setup-buildx-action from 3 to 4
2 parents 4f69ea3 + a3af1b8 commit b50b733

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/image.yml

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

3030
- name: Set up Docker Buildx
31-
uses: docker/setup-buildx-action@v3
31+
uses: docker/setup-buildx-action@v4
3232

3333
# Uses the `docker/login-action` action to log in to the Container registry registry using the account and password that will publish the packages. Once published, the packages are scoped to the account defined here.
3434
- name: Log in to the Container registry

0 commit comments

Comments
 (0)