Skip to content

Commit 3ae462e

Browse files
chore(deps): update docker/setup-buildx-action action to v4 (#1068)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 54ea2df commit 3ae462e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ jobs:
298298
registry: ghcr.io
299299
username: ${{ github.actor }}
300300
password: ${{ secrets.GITHUB_TOKEN }}
301-
- uses: docker/setup-buildx-action@v3
301+
- uses: docker/setup-buildx-action@v4
302302
- id: push
303303
env:
304304
DOCKER_BUILD_RECORD_UPLOAD: false

0 commit comments

Comments
 (0)