Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit 51e4633

Browse files
Bump docker/setup-buildx-action from 3.9.0 to 3.10.0
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.9.0 to 3.10.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v3.9.0...v3.10.0) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b2e21f9 commit 51e4633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
- name: Set up Docker Buildx
9595
if: steps.changed-files-specific.outputs.any_changed == 'true'
9696
id: buildx
97-
uses: docker/setup-buildx-action@v3.9.0
97+
uses: docker/setup-buildx-action@v3.10.0
9898

9999
# Build
100100
- name: Test Build

0 commit comments

Comments
 (0)