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