We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01efb57 commit b86a7ccCopy full SHA for b86a7cc
README.md
@@ -51,7 +51,7 @@ jobs:
51
steps:
52
-
53
name: Set up Docker
54
- uses: docker/setup-docker-action@v3
+ uses: docker/setup-docker-action@v4
55
```
56
57
### Daemon configuration
@@ -73,7 +73,7 @@ jobs:
73
74
75
76
77
with:
78
daemon-config: |
79
{
@@ -101,7 +101,7 @@ jobs:
101
102
103
104
105
env:
106
LIMA_START_ARGS: --cpus 4 --memory 8
107
0 commit comments