From 4d76c76dddeabf27cc5b2890f021956e70ec1961 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 01:38:32 +0000 Subject: [PATCH] chore(deps): update dependency aquaproj/aqua to v2.41.0 --- .github/workflows/actionlint.yaml | 2 +- .github/workflows/test.yaml | 4 ++-- .github/workflows/wc-update-aqua-checksums.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/actionlint.yaml b/.github/workflows/actionlint.yaml index df7e0ff15..699bc5510 100644 --- a/.github/workflows/actionlint.yaml +++ b/.github/workflows/actionlint.yaml @@ -11,7 +11,7 @@ jobs: actionlint: uses: suzuki-shunsuke/actionlint-workflow/.github/workflows/actionlint.yaml@932d2dbef166b2f6f7e11790954e8245289ffd0d # v1.2.1 with: - aqua_version: v2.40.0 + aqua_version: v2.41.0 permissions: pull-requests: write contents: read diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 6528fe6e9..42c44296d 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -102,7 +102,7 @@ jobs: persist-credentials: false - uses: aquaproj/aqua-installer@f13c5d2f0357708d85477aabe50fd3f725528745 # v3.1.0 with: - aqua_version: v2.40.0 + aqua_version: v2.41.0 env: AQUA_GITHUB_TOKEN: ${{github.token}} - run: ghalint run @@ -119,7 +119,7 @@ jobs: persist-credentials: false - uses: aquaproj/aqua-installer@f13c5d2f0357708d85477aabe50fd3f725528745 # v3.1.0 with: - aqua_version: v2.40.0 + aqua_version: v2.41.0 env: AQUA_GITHUB_TOKEN: ${{github.token}} - run: typos diff --git a/.github/workflows/wc-update-aqua-checksums.yaml b/.github/workflows/wc-update-aqua-checksums.yaml index 79cf2114d..22be3e2bf 100644 --- a/.github/workflows/wc-update-aqua-checksums.yaml +++ b/.github/workflows/wc-update-aqua-checksums.yaml @@ -14,7 +14,7 @@ jobs: permissions: contents: read with: - aqua_version: v2.40.0 + aqua_version: v2.41.0 prune: true secrets: gh_app_id: ${{secrets.gh_app_id}}