Skip to content

Commit 45cb18d

Browse files
authored
Merge pull request #287 from shurco/dependabot/github_actions/docker/setup-buildx-action-4
🔧 build(deps): Bump docker/setup-buildx-action from 3 to 4
2 parents c9a31b8 + 7b8b979 commit 45cb18d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
fetch-depth: 0
2121
- uses: docker/setup-qemu-action@v3
22-
- uses: docker/setup-buildx-action@v3
22+
- uses: docker/setup-buildx-action@v4
2323
- uses: docker/login-action@v3
2424
with:
2525
registry: ghcr.io

0 commit comments

Comments
 (0)