Merge pull request #50 from crazy-max/bump

bump to v3
This commit is contained in:
CrazyMax 2023-12-18 11:10:50 +01:00 committed by GitHub
commit a307846a9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ jobs:
steps: steps:
- -
name: Set up Docker name: Set up Docker
uses: crazy-max/ghaction-setup-docker@v2 uses: crazy-max/ghaction-setup-docker@v3
``` ```
### Daemon configuration ### Daemon configuration
@ -60,7 +60,7 @@ jobs:
steps: steps:
- -
name: Set up Docker name: Set up Docker
uses: crazy-max/ghaction-setup-docker@v2 uses: crazy-max/ghaction-setup-docker@v3
with: with:
daemon-config: | daemon-config: |
{ {
@ -88,7 +88,7 @@ jobs:
steps: steps:
- -
name: Set up Docker name: Set up Docker
uses: crazy-max/ghaction-setup-docker@v2 uses: crazy-max/ghaction-setup-docker@v3
env: env:
LIMA_START_ARGS: --cpus 4 --memory 8 LIMA_START_ARGS: --cpus 4 --memory 8
``` ```