Skip to content

Commit

Permalink
Merge pull request #50 from crazy-max/bump
Browse files Browse the repository at this point in the history
bump to v3
  • Loading branch information
crazy-max authored Dec 18, 2023
2 parents d9be6ca + 5792978 commit a307846
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 @@ -38,7 +38,7 @@ jobs:
steps:
-
name: Set up Docker
uses: crazy-max/ghaction-setup-docker@v2
uses: crazy-max/ghaction-setup-docker@v3
```
### Daemon configuration
Expand All @@ -60,7 +60,7 @@ jobs:
steps:
-
name: Set up Docker
uses: crazy-max/ghaction-setup-docker@v2
uses: crazy-max/ghaction-setup-docker@v3
with:
daemon-config: |
{
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
steps:
-
name: Set up Docker
uses: crazy-max/ghaction-setup-docker@v2
uses: crazy-max/ghaction-setup-docker@v3
env:
LIMA_START_ARGS: --cpus 4 --memory 8
```
Expand Down

0 comments on commit a307846

Please sign in to comment.