Skip to content

Commit 302792c

Browse files
authored
Update crazy-max/ghaction-setup-docker to v4 (#3977)
Summary: Also fix docker to version 28.5.2 since 29 is broken (iptables issues)
1 parent 38174c5 commit 302792c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,9 @@ jobs:
195195
needs: docker
196196
steps:
197197
- name: Set up Docker containerd snapshotter
198-
uses: crazy-max/ghaction-setup-docker@v3
198+
uses: docker/setup-docker-action@v4
199199
with:
200+
version: "v28.5.2"
200201
set-host: true
201202
daemon-config: |
202203
{

0 commit comments

Comments
 (0)