Skip to content

Commit

Permalink
Merge pull request #8547 from OpenMined/dependabot/github_actions/cra…
Browse files Browse the repository at this point in the history
…zy-max/ghaction-setup-docker-3.1.0

Bump crazy-max/ghaction-setup-docker from 3.0.0 to 3.1.0
  • Loading branch information
madhavajay committed Mar 4, 2024
2 parents 367a794 + c528117 commit eca4834
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-tests-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Docker on MacOS
if: steps.changes.outputs.frontend == 'true' && matrix.os == 'macos-latest'
uses: crazy-max/ghaction-setup-docker@v3.0.0
uses: crazy-max/ghaction-setup-docker@v3.1.0

- name: Install Tox
if: steps.changes.outputs.frontend == 'true'
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
- name: Docker on MacOS
if: steps.changes.outputs.stack == 'true' && matrix.os == 'macos-latest'
uses: crazy-max/ghaction-setup-docker@v3.0.0
uses: crazy-max/ghaction-setup-docker@v3.1.0

- name: Install Tox
if: steps.changes.outputs.stack == 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-tests-stack-public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
- name: Docker on MacOS
if: steps.changes.outputs.stack == 'true' && matrix.os == 'macos-latest'
uses: crazy-max/ghaction-setup-docker@v3.0.0
uses: crazy-max/ghaction-setup-docker@v3.1.0

- name: Docker Compose on MacOS
if: steps.changes.outputs.stack == 'true' && matrix.os == 'macos-latest'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-tests-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
- name: Docker on MacOS
if: steps.changes.outputs.stack == 'true' && matrix.os == 'macos-latest'
uses: crazy-max/ghaction-setup-docker@v3.0.0
uses: crazy-max/ghaction-setup-docker@v3.1.0

- name: Docker Compose on MacOS
if: steps.changes.outputs.stack == 'true' && matrix.os == 'macos-latest'
Expand Down Expand Up @@ -413,7 +413,7 @@ jobs:
- name: Docker on MacOS
if: steps.changes.outputs.stack == 'true' && matrix.os == 'macos-latest'
uses: crazy-max/ghaction-setup-docker@v3.0.0
uses: crazy-max/ghaction-setup-docker@v3.1.0

- name: Docker Compose on MacOS
if: steps.changes.outputs.stack == 'true' && matrix.os == 'macos-latest'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-tests-syft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Docker on MacOS
if: steps.changes.outputs.syft == 'true' && matrix.os == 'macos-latest'
uses: crazy-max/ghaction-setup-docker@v3.0.0
uses: crazy-max/ghaction-setup-docker@v3.1.0

- name: Run unit tests
if: steps.changes.outputs.syft == 'true'
Expand Down Expand Up @@ -265,7 +265,7 @@ jobs:
- name: Docker on MacOS
if: (steps.changes.outputs.stack == 'true' || steps.changes.outputs.notebooks == 'true') && matrix.os == 'macos-latest'
uses: crazy-max/ghaction-setup-docker@v3.0.0
uses: crazy-max/ghaction-setup-docker@v3.1.0

- name: Docker Compose on MacOS
if: (steps.changes.outputs.stack == 'true' || steps.changes.outputs.notebooks == 'true') && matrix.os == 'macos-latest'
Expand Down

0 comments on commit eca4834

Please sign in to comment.