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.