use new implementation

This commit is contained in:
CrazyMax
2023-03-10 00:22:42 +01:00
parent 3e758a2d14
commit 34c4964b4a
5 changed files with 18 additions and 15 deletions

View File

@ -33,8 +33,6 @@ jobs:
-
name: Set up Docker
uses: crazy-max/ghaction-setup-docker@v1
with:
version: 23.0.1
```
## Customizing
@ -43,9 +41,9 @@ jobs:
Following inputs can be used as `step.with` keys
| Name | Type | Description |
|-----------|--------|-------------------------------------|
| `version` | String | Docker CE version (e.g., `23.0.1`). |
| Name | Type | Default | Description |
|-----------|--------|----------|--------------------------------------|
| `version` | String | `latest` | Docker CE version (e.g., `v23.0.1`). |
## Contributing