Skip to content

Commit 8ecc52f

Browse files
committed
update mongodb-github-action to v1.11.0 for Docker API compatibility
1 parent 5f56b40 commit 8ecc52f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
sudo -u postgres psql -c 'grant all privileges on database lucee to lucee;'
150150
sudo -u postgres psql -c 'grant all on schema public to lucee;' -d lucee
151151
- name: Start MongoDB (docker)
152-
uses: supercharge/mongodb-github-action@1.6.0
152+
uses: supercharge/mongodb-github-action@1.11.0
153153
with:
154154
mongodb-version: 4.4
155155
mongodb-port: 27017

0 commit comments

Comments
 (0)