Skip to content

Commit 16e7500

Browse files
authored
Update crazy-max/ghaction-setup-docker to v4 (#621)
Summary: This github action has moved to `docker/setup-docker-action`
1 parent bf5521c commit 16e7500

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/integration.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,9 @@ jobs:
6969

7070
# support importing oci-format restate.tar
7171
- name: Set up Docker containerd snapshotter
72-
uses: crazy-max/ghaction-setup-docker@v3
72+
uses: docker/setup-docker-action@v4
7373
with:
74+
version: "v28.5.2"
7475
set-host: true
7576
daemon-config: |
7677
{

0 commit comments

Comments
 (0)