Skip to content

Commit 61d2064

Browse files
authored
Merge pull request #144 from restatedev/pr144
Update `crazy-max/ghaction-setup-docker` to v4
2 parents ab93270 + 046bfb0 commit 61d2064

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
@@ -61,8 +61,9 @@ jobs:
6161
repository: restatedev/sdk-python
6262

6363
- name: Set up Docker containerd snapshotter
64-
uses: crazy-max/ghaction-setup-docker@v3
64+
uses: docker/setup-docker-action@v4
6565
with:
66+
version: "v28.5.2"
6667
set-host: true
6768
daemon-config: |
6869
{

0 commit comments

Comments
 (0)