docs: update docs

Signed-off-by: Kengo TODA <skypencil@gmail.com>
This commit is contained in:
Kengo TODA
2023-01-18 08:14:46 +08:00
committed by Kengo TODA
parent 254249d2c9
commit eeb30c452b

View File

@@ -12,12 +12,12 @@ Add a step to your workflow like below:
```yml ```yml
steps: steps:
- uses: KengoTODA/actions-setup-docker-compose@main - uses: KengoTODA/actions-setup-docker-compose@v1
with: with:
version: '2.14.2' # the full version of `docker-compose` command version: '2.14.2' # the full version of `docker-compose` command
``` ```
Or you can omit it then set a `GITHUB_TOKEN` environment variable, to use the latest released version: Or set a `GITHUB_TOKEN` environment variable, to use the latest released version:
```yml ```yml
steps: steps: