Skip to content

Commit 9f9005b

Browse files
Update docker/setup-buildx-action action to v4
1 parent 82a6a29 commit 9f9005b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: echo "pma=$(cat .phpmyadmin-version)" >> "$GITHUB_OUTPUT"
6161

6262
- uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
63-
- uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
63+
- uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
6464

6565
# Pushing only happens from main and the schedule: a pull request must be
6666
# able to prove the image still builds without being able to publish it.

0 commit comments

Comments
 (0)