Skip to content

Commit 8e27a50

Browse files
build(deps): bump docker/setup-buildx-action from 1 to 2 (#236)
1 parent be99df7 commit 8e27a50

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
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v3
2424

2525
- name: Set up Docker Buildx
26-
uses: docker/setup-buildx-action@v1
26+
uses: docker/setup-buildx-action@v2
2727

2828
- name: Cache Docker layers
2929
uses: actions/cache@v3

0 commit comments

Comments
 (0)