ci: bump compose-action to 1.1
This commit is contained in:
parent
0bb7f123ef
commit
7a2901ad08
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -39,7 +39,7 @@ jobs:
|
|||
toolchain: ${{ matrix.rust }}
|
||||
override: true
|
||||
|
||||
- uses: isbang/compose-action@v0.1
|
||||
- uses: isbang/compose-action@v1.1.0
|
||||
with:
|
||||
compose-file: ./docker-compose.test.yml
|
||||
down-flags: --volumes
|
||||
|
|
Loading…
Reference in a new issue