Skip to content

Commit

Permalink
Bump docker-compose from 2.30.3 to 2.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
burakkaygusuz committed Dec 2, 2024
1 parent 9adbda5 commit 1870e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Install Docker Compose
run: |
sudo curl -L "https://github.com/docker/compose/releases/download/v2.30.3/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo curl -L "https://github.com/docker/compose/releases/download/v2.31.0/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
- name: Start Selenium Docker Grid setup
Expand Down

0 comments on commit 1870e1b

Please sign in to comment.