Skip to content

Commit 15c56c2

Browse files
authored
Fix setup-docker-action
1 parent ecaed22 commit 15c56c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/azdo-build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ runs:
6464
using: composite
6565
steps:
6666
# Docker is required for azure/cli
67-
- uses: actions/setup-docker-action@v5
67+
- uses: docker/setup-docker-action@v5
6868

6969
- uses: azure/login@v2
7070
with:

0 commit comments

Comments
 (0)