We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f08264 commit badd0ccCopy full SHA for badd0cc
.github/workflows/gitlab-ee-integration-tests.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Add Go binaries to PATH
18
run: echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
19
- name: Set up Docker
20
- uses: docker-practice/actions-setup-docker@master
+ uses: docker/setup-docker-action@v4
21
- name: Add hosts to /etc/hosts
22
run: |
23
sudo echo "127.0.0.1 gitlab.example.com" | sudo tee -a /etc/hosts
0 commit comments