Skip to content

Commit

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

Bump crazy-max/ghaction-setup-docker from 3.1.0 to 3.2.0
  • Loading branch information
kiendang authored May 20, 2024
2 parents c10b0e4 + e4e0daa commit 33aef27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-tests-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Docker on MacOS
if: steps.changes.outputs.frontend == 'true' && matrix.os == 'macos-latest'
uses: crazy-max/ghaction-setup-docker@v3.1.0
uses: crazy-max/ghaction-setup-docker@v3.2.0

- name: Install Tox
if: steps.changes.outputs.frontend == 'true'
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 @@ -86,7 +86,7 @@ jobs:
# - name: Docker on MacOS
# if: steps.changes.outputs.syft == 'true' && matrix.os == 'macos-latest'
# uses: crazy-max/ghaction-setup-docker@v3.1.0
# uses: crazy-max/ghaction-setup-docker@v3.2.0
# with:
# set-host: true

Expand Down Expand Up @@ -278,7 +278,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.1.0
uses: crazy-max/ghaction-setup-docker@v3.2.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 33aef27

Please sign in to comment.