Update docker/setup-buildx-action action to v3.11.0 #none minor #14

Merged
renovate merged 1 commits from renovate-github-actions into main 2025-06-16 16:08:51 +03:00

View File

@@ -63,7 +63,7 @@ runs:
- run: echo "::endgroup::"
- run: echo "::group::Setup Buildx"
- name: Setup Docker buildx
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
uses: docker/setup-buildx-action@18ce135bb5112fa8ce4ed6c17ab05699d7f3a5e0 # v3.11.0
- run: echo "::endgroup::"
- run: echo "::group::Log into Registry ${{ inputs.registry }}"
- name: Log into registry ${{ inputs.registry }}