From d3398fe07d7d3aa71c52e245d93a13df85f32ce5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 20:55:40 +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..a436bfefc 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.4 diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e133a5ae5..d0061c2be 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.4 # hello - uses: aquaproj/aqua-installer@v0.4.0 with: - aqua_version: 'v0.8.9' # hello + aqua_version: 'v2.27.4' # hello - uses: aquaproj/aqua-installer@v0.4.0 with: - aqua_version: "v0.8.9" # hello + aqua_version: "v2.27.4" # hello - uses: aquaproj/aqua-installer@v0.4.0 with: - aqua_version: v0.8.9 + aqua_version: v2.27.4 - uses: aquaproj/aqua-installer@v0.4.0 with: - aqua_version: 'v0.8.9' + aqua_version: 'v2.27.4' - uses: aquaproj/aqua-installer@v0.4.0 with: - aqua_version: "v0.8.9" + aqua_version: "v2.27.4" - uses: aquaproj/aqua-installer@v0.4.0 with: - aqua_version: v0.8.9 # hello + aqua_version: v2.27.4 # hello - uses: aquaproj/aqua-installer@v0.4.0 with: - aqua_version: 'v0.8.9' # hello + aqua_version: 'v2.27.4' # hello - uses: aquaproj/aqua-installer@v0.4.0 with: - aqua_version: "v0.8.9" # hello + aqua_version: "v2.27.4" # hello