Skip to content

Commit

Permalink
upgrade setup docker on macos github action
Browse files Browse the repository at this point in the history
  • Loading branch information
BenAlvo1 committed Sep 22, 2024
1 parent 059e5c8 commit 0f1bc49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
brew install Bearer/tap/gon
- name: Setup Docker on macOS
if: inputs.dev == false
uses: douglascamata/setup-docker-macos-action@0f8f0e9f1033ccfb6676fe219e91781393f8ed4b #v1-alpha
uses: douglascamata/setup-docker-macos-action@8d5fa43892aed7eee4effcdea113fd53e4d4bf83 #v1-alpha
- name: Test docker
if: inputs.dev == false
run: |
Expand Down

0 comments on commit 0f1bc49

Please sign in to comment.