Skip to content

Commit 4ddce06

Browse files
committed
use correct action
1 parent 1bde1f8 commit 4ddce06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
- name: Checkout
2020
uses: actions/checkout@v5
2121
- name: Setup Docker on macOS using Colima, Lima-VM, and Homebrew.
22-
uses: ./ # Uses an action in the root directory
22+
uses: douglascamata/setup-docker-macos-action@v1
2323
id: docker
2424
- name: Get the Docker client version
2525
run: |

0 commit comments

Comments
 (0)