Skip to content

Commit

Permalink
readme: update action to latest stable
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Dec 6, 2024
1 parent 01efb57 commit b86a7cc
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 b86a7cc

Please sign in to comment.