Skip to content

Commit 22686f4

Browse files
committed
update docker-compose-action version in GitHub workflow to v1.5.0
1 parent 5a0827f commit 22686f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
database_url: "pdo-sqlite:///:memory:"
2727
steps:
2828
- uses: actions/checkout@v4
29-
- uses: adambirds/docker-compose-action@v1.3.0
29+
- uses: adambirds/docker-compose-action@v1.5.0
3030
with:
3131
compose-file: docker-compose.yaml
3232
services: ${{ matrix.database.service }}

0 commit comments

Comments
 (0)