From 5c98575b587b10e8decebc9eaf497d660f698e48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 06:40:31 +0000 Subject: [PATCH] Bump crazy-max/ghaction-setup-docker from 2.1.0 to 2.2.0 Bumps [crazy-max/ghaction-setup-docker](https://github.com/crazy-max/ghaction-setup-docker) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/crazy-max/ghaction-setup-docker/releases) - [Commits](https://github.com/crazy-max/ghaction-setup-docker/compare/v2.1.0...v2.2.0) --- updated-dependencies: - dependency-name: crazy-max/ghaction-setup-docker dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/pr-tests-frontend.yml | 4 ++-- .github/workflows/pr-tests-stack-public.yml | 2 +- .github/workflows/pr-tests-stack.yml | 4 ++-- .github/workflows/pr-tests-syft.yml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) 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'