Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit ba82053

Browse files
chore(deps): update docker/setup-buildx-action action to v3 (#16)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1ae2559 commit ba82053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
registry: ghcr.io
3434
username: ${{ github.actor }}
3535
password: ${{ secrets.GITHUB_TOKEN }}
36-
- uses: docker/setup-buildx-action@v2
36+
- uses: docker/setup-buildx-action@v3
3737
- uses: docker/build-push-action@v5.0.0
3838
with:
3939
context: .

0 commit comments

Comments
 (0)