From 96f05193b41ad2aa471d02baf01e4c4051aa7d12 Mon Sep 17 00:00:00 2001 From: John Date: Sun, 25 Apr 2021 12:40:11 -0400 Subject: [PATCH] Fix version in example action --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f947ad..6570b00 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ This action runs your docker-compose file and clean up before action finished. steps: # need checkout before using compose-action - uses: actions/checkout@v2 - - uses: isbang/compose-action@v1 + - uses: isbang/compose-action@v1.0.0 with: compose-file: './docker/docker-compose.yml' down-flags: '--volumes'