Skip to content

Commit

Permalink
Merge pull request #134 from crazy-max/update-readme
Browse files Browse the repository at this point in the history
readme: update action to latest stable
  • Loading branch information
crazy-max authored Dec 6, 2024
2 parents 01efb57 + b86a7cc commit 927974f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
steps:
-
name: Set up Docker
uses: docker/setup-docker-action@v3
uses: docker/setup-docker-action@v4
```
### Daemon configuration
Expand All @@ -73,7 +73,7 @@ jobs:
steps:
-
name: Set up Docker
uses: docker/setup-docker-action@v3
uses: docker/setup-docker-action@v4
with:
daemon-config: |
{
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
steps:
-
name: Set up Docker
uses: docker/setup-docker-action@v3
uses: docker/setup-docker-action@v4
env:
LIMA_START_ARGS: --cpus 4 --memory 8
```
Expand Down

0 comments on commit 927974f

Please sign in to comment.