From a64db59d5969bb4f990c6246a3cfb52abacf0e36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Mitka?= Date: Fri, 15 Oct 2021 09:24:47 +0200 Subject: [PATCH] chore: update README README is used by users as a source of copy&paste so it would be better it is more up to date with the latest version of docker-compose. `version` has been updated to the latest 1.x: https://github.com/docker/compose/releases/tag/1.29.2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91475ab..d107320 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Add a step to your workflow like below: steps: - uses: KengoTODA/actions-setup-docker-compose@main with: - version: '1.26.2' + version: '1.29.2' ``` The `version` parameter is required, specify the full version of `docker-compose` command.