We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 112d3e3 + f7c5167 commit 02f1318Copy full SHA for 02f1318
1 file changed
README.md
@@ -31,7 +31,7 @@ jobs:
31
steps:
32
-
33
name: Set up Docker Compose
34
- uses: docker/setup-compose-action@v1
+ uses: docker/setup-compose-action@v2
35
```
36
37
> [!NOTE]
@@ -44,7 +44,7 @@ To always download and install the latest version of Docker Compose:
44
```yaml
45
46
47
48
with:
49
version: latest
50
0 commit comments