From edceb8d7793ce4580cee088195e4b42e4b397af0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 00:03:06 +0000 Subject: [PATCH] chore(deps): update dependency aquaproj/aqua to v2.38.2 (#734) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 898c8862..5cc6b280 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.38.1 + aqua_version: v2.38.2 permissions: pull-requests: write contents: read diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 90564c20..d905f28c 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -99,7 +99,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - uses: aquaproj/aqua-installer@f13c5d2f0357708d85477aabe50fd3f725528745 # v3.1.0 with: - aqua_version: v2.38.1 + aqua_version: v2.38.2 env: AQUA_GITHUB_TOKEN: ${{github.token}} - run: ghalint run @@ -114,7 +114,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - uses: aquaproj/aqua-installer@f13c5d2f0357708d85477aabe50fd3f725528745 # v3.1.0 with: - aqua_version: v2.38.1 + aqua_version: v2.38.2 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 c6ff44e3..1d6317fb 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.38.1 + aqua_version: v2.38.2 prune: true secrets: gh_app_id: ${{secrets.gh_app_id}}