Skip to content

Commit ac2a8c7

Browse files
Update docker/setup-buildx-action action to v2 (#8)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7f1d43b commit ac2a8c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ runs:
9090
docker context create buildx-context || true
9191
9292
- name: Set up Docker Buildx
93-
uses: docker/setup-buildx-action@v1
93+
uses: docker/setup-buildx-action@v2
9494
with:
9595
endpoint: buildx-context
9696

0 commit comments

Comments
 (0)