Skip to content

Commit 2f88794

Browse files
authored
Update crazy-max/ghaction-setup-docker to v4 (#77)
Summary: Test Plan:
1 parent 08043b5 commit 2f88794

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
@@ -52,8 +52,9 @@ jobs:
5252
repository: restatedev/sdk-rust
5353

5454
- name: Set up Docker containerd snapshotter
55-
uses: crazy-max/ghaction-setup-docker@v3
55+
uses: docker/setup-docker-action@v4
5656
with:
57+
version: "v28.5.2"
5758
set-host: true
5859
daemon-config: |
5960
{

0 commit comments

Comments
 (0)