From 145a21d714b3704e08bc9b8f964ce5996c8e8834 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 06:47:00 +0000 Subject: [PATCH] chore(deps): update dependency aquaproj/aqua to v2.29.0 --- .github/workflows/ci.yml | 4 ++-- .github/workflows/test.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1630c9d..7649035 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - name: Install aqua uses: aquaproj/aqua-installer@6ce1f8848ec8e61f14d57bd5d7597057a6dd187c # v3.0.1 with: - aqua_version: v2.27.3 + aqua_version: v2.29.0 - name: Generate token id: generate_token @@ -51,7 +51,7 @@ jobs: - name: Install aqua uses: aquaproj/aqua-installer@6ce1f8848ec8e61f14d57bd5d7597057a6dd187c # v3.0.1 with: - aqua_version: v2.27.3 + aqua_version: v2.29.0 - name: Get tag run: git pull --tags diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 58db928..4e2362f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: - name: Install aqua uses: aquaproj/aqua-installer@6ce1f8848ec8e61f14d57bd5d7597057a6dd187c # v3.0.1 with: - aqua_version: v2.27.3 + aqua_version: v2.29.0 - name: Run golangci-lint run: golangci-lint run