diff --git a/.github/workflows/pr-tests-frontend.yml b/.github/workflows/pr-tests-frontend.yml index 358f1e9e9cf..58e4855c28c 100644 --- a/.github/workflows/pr-tests-frontend.yml +++ b/.github/workflows/pr-tests-frontend.yml @@ -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@v2.1.0 + uses: crazy-max/ghaction-setup-docker@v2.2.0 - name: Install Tox if: steps.changes.outputs.frontend == 'true' @@ -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@v2.1.0 + uses: crazy-max/ghaction-setup-docker@v2.2.0 - name: Install Tox if: steps.changes.outputs.stack == 'true' diff --git a/.github/workflows/pr-tests-stack-public.yml b/.github/workflows/pr-tests-stack-public.yml index 5d891d81049..90b9b343afd 100644 --- a/.github/workflows/pr-tests-stack-public.yml +++ b/.github/workflows/pr-tests-stack-public.yml @@ -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@v2.1.0 + uses: crazy-max/ghaction-setup-docker@v2.2.0 - name: Docker Compose on MacOS if: steps.changes.outputs.stack == 'true' && matrix.os == 'macos-latest' diff --git a/.github/workflows/pr-tests-stack.yml b/.github/workflows/pr-tests-stack.yml index 11ed2eb047a..7aa52d39e35 100644 --- a/.github/workflows/pr-tests-stack.yml +++ b/.github/workflows/pr-tests-stack.yml @@ -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@v2.1.0 + uses: crazy-max/ghaction-setup-docker@v2.2.0 - name: Docker Compose on MacOS if: steps.changes.outputs.stack == 'true' && matrix.os == 'macos-latest' @@ -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@v2.1.0 + uses: crazy-max/ghaction-setup-docker@v2.2.0 - name: Docker Compose on MacOS if: steps.changes.outputs.stack == 'true' && matrix.os == 'macos-latest' diff --git a/.github/workflows/pr-tests-syft.yml b/.github/workflows/pr-tests-syft.yml index 97d766bf4d7..73c916787ed 100644 --- a/.github/workflows/pr-tests-syft.yml +++ b/.github/workflows/pr-tests-syft.yml @@ -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@v2.1.0 + uses: crazy-max/ghaction-setup-docker@v2.2.0 - name: Run unit tests if: steps.changes.outputs.syft == 'true' @@ -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@v2.1.0 + uses: crazy-max/ghaction-setup-docker@v2.2.0 - name: Docker Compose on MacOS if: (steps.changes.outputs.stack == 'true' || steps.changes.outputs.notebooks == 'true') && matrix.os == 'macos-latest'