mirror of
https://github.com/docker/setup-compose-action.git
synced 2026-03-29 10:19:27 +00:00
readme: update to v2
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
parent
112d3e30db
commit
f7c51678a6
1 changed files with 2 additions and 2 deletions
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
steps:
|
||||
-
|
||||
name: Set up Docker Compose
|
||||
uses: docker/setup-compose-action@v1
|
||||
uses: docker/setup-compose-action@v2
|
||||
```
|
||||
|
||||
> [!NOTE]
|
||||
|
|
@ -44,7 +44,7 @@ To always download and install the latest version of Docker Compose:
|
|||
```yaml
|
||||
-
|
||||
name: Set up Docker Compose
|
||||
uses: docker/setup-compose-action@v1
|
||||
uses: docker/setup-compose-action@v2
|
||||
with:
|
||||
version: latest
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue