Skip to content

Commit

Permalink
Merge pull request #1009 from Automattic/setup-docker
Browse files Browse the repository at this point in the history
ci: rename `crazy-max/ghaction-setup-docker` to `docker/setup-docker-action`
  • Loading branch information
sjinks authored Dec 9, 2024
2 parents 69a9906 + b327493 commit 138cef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-docker-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ runs:
using: composite
steps:
- name: Set up Docker
uses: crazy-max/ghaction-setup-docker@v4
uses: docker/setup-docker-action@01efb57f882e3b1a22e7cf3501dbe51287b0ecb4 # v4.0.0
with:
daemon-config: |
{
Expand Down

0 comments on commit 138cef4

Please sign in to comment.