From fbee4e8c0b6d860e5ef5f3c361cf77e81036fa12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 00:08:06 +0000 Subject: [PATCH] Bump crazy-max/ghaction-setup-docker from 2 to 3 Bumps [crazy-max/ghaction-setup-docker](https://github.com/crazy-max/ghaction-setup-docker) from 2 to 3. - [Release notes](https://github.com/crazy-max/ghaction-setup-docker/releases) - [Commits](https://github.com/crazy-max/ghaction-setup-docker/compare/v2...v3) --- updated-dependencies: - dependency-name: crazy-max/ghaction-setup-docker dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- .github/workflows/qa.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c5590cf..3d725a5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -34,7 +34,7 @@ jobs: echo "SIGN_QEMU_BINARY=1" >> "$GITHUB_ENV" - name: Install docker - uses: crazy-max/ghaction-setup-docker@v2 + uses: crazy-max/ghaction-setup-docker@v3 timeout-minutes: 12 - name: Setup PostgreSQL diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index aa65b9b..b81415e 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -25,7 +25,7 @@ jobs: opm install -l --dev - name: Install docker - uses: crazy-max/ghaction-setup-docker@v2 + uses: crazy-max/ghaction-setup-docker@v3 timeout-minutes: 12 - name: Setup PostgreSQL