From eeb30c452b97462125ec229eb6ee74db6a6248ab Mon Sep 17 00:00:00 2001 From: Kengo TODA Date: Wed, 18 Jan 2023 08:14:46 +0800 Subject: [PATCH] docs: update docs Signed-off-by: Kengo TODA --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3eff3e0..2315931 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,12 @@ Add a step to your workflow like below: ```yml steps: - - uses: KengoTODA/actions-setup-docker-compose@main + - uses: KengoTODA/actions-setup-docker-compose@v1 with: 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 steps: