From 637da2b1783d622c3a33068a7b5323ad7d81fbbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 10:33:36 +0400 Subject: [PATCH] chore(deps): bump aquaproj/aqua-installer from 2.2.0 to 3.0.0 (#6437) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/auto-update-labels.yaml | 2 +- .github/workflows/test.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/auto-update-labels.yaml b/.github/workflows/auto-update-labels.yaml index 6dab8481873b..2c52775d7803 100644 --- a/.github/workflows/auto-update-labels.yaml +++ b/.github/workflows/auto-update-labels.yaml @@ -20,7 +20,7 @@ jobs: go-version-file: go.mod - name: Install aqua tools - uses: aquaproj/aqua-installer@v2.2.0 + uses: aquaproj/aqua-installer@v3.0.0 with: aqua_version: v1.25.0 diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index fb63908b3676..8b7477733b9b 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -57,7 +57,7 @@ jobs: if: ${{ failure() && steps.lint.conclusion == 'failure' }} - name: Install tools - uses: aquaproj/aqua-installer@v2.2.0 + uses: aquaproj/aqua-installer@v3.0.0 with: aqua_version: v1.25.0 aqua_opts: "" @@ -87,7 +87,7 @@ jobs: go-version-file: go.mod - name: Install tools - uses: aquaproj/aqua-installer@v2.2.0 + uses: aquaproj/aqua-installer@v3.0.0 with: aqua_version: v1.25.0 @@ -116,7 +116,7 @@ jobs: go-version-file: go.mod - name: Install tools - uses: aquaproj/aqua-installer@v2.2.0 + uses: aquaproj/aqua-installer@v3.0.0 with: aqua_version: v1.25.0 @@ -136,7 +136,7 @@ jobs: go-version-file: go.mod - name: Install tools - uses: aquaproj/aqua-installer@v2.2.0 + uses: aquaproj/aqua-installer@v3.0.0 with: aqua_version: v1.25.0 @@ -166,7 +166,7 @@ jobs: with: go-version-file: go.mod - name: Install tools - uses: aquaproj/aqua-installer@v2.2.0 + uses: aquaproj/aqua-installer@v3.0.0 with: aqua_version: v1.25.0 - name: Run vm integration tests