Skip to content

Commit 5d742c4

Browse files
committed
chore(workflow): update Docker Compose version to 2.37.0
1 parent 61f1593 commit 5d742c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: Install Docker Compose
2525
run: |
26-
sudo curl -L "https://github.com/docker/compose/releases/download/v2.34.0/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
26+
sudo curl -L "https://github.com/docker/compose/releases/download/v2.37.0/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
2727
sudo chmod +x /usr/local/bin/docker-compose
2828
2929
- name: Start Selenium Docker Grid setup

0 commit comments

Comments
 (0)