Skip to content

Commit 7bf3463

Browse files
Merge pull request #13 from juroteam/renovate/docker-setup-buildx-action-3.x
chore(deps)[github-actions]: Update docker/setup-buildx-action action to v3
2 parents 300c0b0 + 5f5ef78 commit 7bf3463

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
@@ -27,7 +27,7 @@ jobs:
2727
echo "::set-output name=version::${VERSION}"
2828
-
2929
name: Set up Docker Buildx
30-
uses: docker/setup-buildx-action@v1
30+
uses: docker/setup-buildx-action@v3
3131
-
3232
name: Login to GitHub Container Registry
3333
uses: docker/login-action@v3

0 commit comments

Comments
 (0)