From 0d0e4ab78253caf6141fda16520f377d3e3b13f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Apr 2024 11:50:12 +0000 Subject: [PATCH] chore(deps): update dependency aquaproj/aqua to v2 --- .github/actions/aqua/action.yaml | 2 +- .github/workflows/test.yaml | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/actions/aqua/action.yaml b/.github/actions/aqua/action.yaml index effc1e65d..13dec717a 100644 --- a/.github/actions/aqua/action.yaml +++ b/.github/actions/aqua/action.yaml @@ -5,4 +5,4 @@ runs: steps: - uses: aquaproj/aqua-installer@v0.4.0 with: - aqua_version: v0.8.7 + aqua_version: v2.27.0 diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e133a5ae5..b3602ae84 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -14,28 +14,28 @@ jobs: uses: actions/checkout@v2 - uses: aquaproj/aqua-installer@v0.4.0 with: - aqua_version: v0.8.9 # hello + aqua_version: v2.27.0 # hello - uses: aquaproj/aqua-installer@v0.4.0 with: - aqua_version: 'v0.8.9' # hello + aqua_version: 'v2.27.0' # hello - uses: aquaproj/aqua-installer@v0.4.0 with: - aqua_version: "v0.8.9" # hello + aqua_version: "v2.27.0" # hello - uses: aquaproj/aqua-installer@v0.4.0 with: - aqua_version: v0.8.9 + aqua_version: v2.27.0 - uses: aquaproj/aqua-installer@v0.4.0 with: - aqua_version: 'v0.8.9' + aqua_version: 'v2.27.0' - uses: aquaproj/aqua-installer@v0.4.0 with: - aqua_version: "v0.8.9" + aqua_version: "v2.27.0" - uses: aquaproj/aqua-installer@v0.4.0 with: - aqua_version: v0.8.9 # hello + aqua_version: v2.27.0 # hello - uses: aquaproj/aqua-installer@v0.4.0 with: - aqua_version: 'v0.8.9' # hello + aqua_version: 'v2.27.0' # hello - uses: aquaproj/aqua-installer@v0.4.0 with: - aqua_version: "v0.8.9" # hello + aqua_version: "v2.27.0" # hello