Skip to content

Commit

Permalink
fix: bump docker setup action
Browse files Browse the repository at this point in the history
  • Loading branch information
limpbrains committed Jun 14, 2024
1 parent 6011cc1 commit 77d5f85
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mocha-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fetch-depth: 1

- name: Setup Docker Colima 1
uses: douglascamata/setup-docker-macos-action@v1-alpha
uses: douglascamata/setup-docker-macos-action@v1-alpha.13
id: docker1
continue-on-error: true
with:
Expand All @@ -29,7 +29,7 @@ jobs:

- name: Setup Docker Colima 2
if: steps.docker1.outcome != 'success'
uses: douglascamata/setup-docker-macos-action@v1-alpha
uses: douglascamata/setup-docker-macos-action@v1-alpha.13
id: docker2
continue-on-error: true
with:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/mocha-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
fetch-depth: 1

- name: Setup Docker Colima 1
uses: douglascamata/setup-docker-macos-action@v1-alpha
uses: douglascamata/[email protected]

id: docker1
continue-on-error: true
with:
Expand All @@ -29,7 +30,8 @@ jobs:

- name: Setup Docker Colima 2
if: steps.docker1.outcome != 'success'
uses: douglascamata/setup-docker-macos-action@v1-alpha
uses: douglascamata/[email protected]

id: docker2
continue-on-error: true
with:
Expand Down

0 comments on commit 77d5f85

Please sign in to comment.