Skip to content

Commit 1ee6feb

Browse files
chore(deps): update docker/setup-buildx-action action to v4
1 parent 4bfa898 commit 1ee6feb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rhiza_docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
- name: Set up Docker Buildx
5454
if: ${{ steps.check_dockerfile.outputs.docker_present == 'true' }}
55-
uses: docker/setup-buildx-action@v3.12.0
55+
uses: docker/setup-buildx-action@v4.0.0
5656

5757
- name: Read Python version from .python-version
5858
if: ${{ steps.check_dockerfile.outputs.docker_present == 'true' }}

0 commit comments

Comments
 (0)