Skip to content

Commit 61fc6f0

Browse files
authored
Update crazy-max/ghaction-setup-docker to v4 (#562)
1 parent 6362c31 commit 61fc6f0

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
repository: restatedev/sdk-java
7070

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)