From 97e4d6311d4a8c7eb7fa81d20466c0b77e0488da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Jan 2025 09:01:00 +0000 Subject: [PATCH] Update dependency aquaproj/aqua to v2.43.0 (#1523) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b3c1c374..92a97170 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,7 +18,7 @@ jobs: - run: go install github.com/yusukebe/t/cmd/t@latest - uses: aquaproj/aqua-installer@v3.1.1 with: - aqua_version: v2.42.2 + aqua_version: v2.43.0 policy_allow: "true" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}