Skip to content

Commit badd0cc

Browse files
authored
Update gitlab-ee-integration-tests.yml (#523)
1 parent 6f08264 commit badd0cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gitlab-ee-integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Add Go binaries to PATH
1818
run: echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
1919
- name: Set up Docker
20-
uses: docker-practice/actions-setup-docker@master
20+
uses: docker/setup-docker-action@v4
2121
- name: Add hosts to /etc/hosts
2222
run: |
2323
sudo echo "127.0.0.1 gitlab.example.com" | sudo tee -a /etc/hosts

0 commit comments

Comments
 (0)