Skip to content

Commit 21de02c

Browse files
committed
Use correct version for docker-compose action
1 parent 4b8c454 commit 21de02c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Checkout
1515
uses: actions/checkout@v2
1616
- name: Test
17-
uses: isbang/compose-action@1.4.1
17+
uses: isbang/compose-action@v1.4.1
1818
with:
1919
compose-file: './docker-compose.yml'
2020
down-flags: '--volumes'

0 commit comments

Comments
 (0)