Skip to content

Commit

Permalink
Update docker/setup-buildx-action action to v3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 26, 2025
1 parent 1118332 commit 0d59a62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/client-ui-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
steps:
- uses: actions/[email protected]

- uses: docker/setup-buildx-action@v3.8.0
- uses: docker/setup-buildx-action@v3.10.0
with:
# renovate: datasource=github-releases depName=docker/buildx
version: "v0.19.3"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/client-ui-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- uses: actions/[email protected]

- uses: docker/setup-buildx-action@v3.8.0
- uses: docker/setup-buildx-action@v3.10.0
with:
# renovate: datasource=github-releases depName=docker/buildx
version: "v0.19.3"
Expand Down

0 comments on commit 0d59a62

Please sign in to comment.