From 826565d49c2e94cd91eee2363d6a08d35e884a0c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 02:34:51 +0000 Subject: [PATCH] chore(deps): update dependency aquaproj/aqua to v2.30.0 (#1754) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/actionlint.yaml | 2 +- .github/workflows/wc-create-pr-branch.yaml | 2 +- .github/workflows/wc-ghalint.yaml | 2 +- .github/workflows/wc-test-get-target-config.yaml | 4 ++-- .github/workflows/wc-test-list-working-dirs.yaml | 2 +- .github/workflows/wc-update-aqua-checksums.yaml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/actionlint.yaml b/.github/workflows/actionlint.yaml index b40bb25a3..2ed5bb495 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@813a6d08c08cfd7a08618a89a59bfe78e573597c # v1.0.1 with: - aqua_version: v2.29.2 + aqua_version: v2.30.0 permissions: pull-requests: write contents: read diff --git a/.github/workflows/wc-create-pr-branch.yaml b/.github/workflows/wc-create-pr-branch.yaml index cff61b4e4..e53e4f3aa 100644 --- a/.github/workflows/wc-create-pr-branch.yaml +++ b/.github/workflows/wc-create-pr-branch.yaml @@ -50,7 +50,7 @@ jobs: - uses: aquaproj/aqua-installer@6ce1f8848ec8e61f14d57bd5d7597057a6dd187c # v3.0.1 with: - aqua_version: v2.29.2 + aqua_version: v2.30.0 env: GITHUB_TOKEN: ${{github.token}} diff --git a/.github/workflows/wc-ghalint.yaml b/.github/workflows/wc-ghalint.yaml index 6c31273ae..97027345b 100644 --- a/.github/workflows/wc-ghalint.yaml +++ b/.github/workflows/wc-ghalint.yaml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - uses: aquaproj/aqua-installer@6ce1f8848ec8e61f14d57bd5d7597057a6dd187c # v3.0.1 with: - aqua_version: v2.29.2 + aqua_version: v2.30.0 env: AQUA_GITHUB_TOKEN: ${{github.token}} - run: ghalint run diff --git a/.github/workflows/wc-test-get-target-config.yaml b/.github/workflows/wc-test-get-target-config.yaml index d07d5ac46..1e3b40ada 100644 --- a/.github/workflows/wc-test-get-target-config.yaml +++ b/.github/workflows/wc-test-get-target-config.yaml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - uses: aquaproj/aqua-installer@6ce1f8848ec8e61f14d57bd5d7597057a6dd187c # v3.0.1 with: - aqua_version: v2.29.2 + aqua_version: v2.30.0 - uses: ./get-target-config id: target-config env: @@ -33,7 +33,7 @@ jobs: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - uses: aquaproj/aqua-installer@6ce1f8848ec8e61f14d57bd5d7597057a6dd187c # v3.0.1 with: - aqua_version: v2.29.2 + aqua_version: v2.30.0 - uses: ./get-target-config id: target-config env: diff --git a/.github/workflows/wc-test-list-working-dirs.yaml b/.github/workflows/wc-test-list-working-dirs.yaml index d9ce6ff13..f1c923b98 100644 --- a/.github/workflows/wc-test-list-working-dirs.yaml +++ b/.github/workflows/wc-test-list-working-dirs.yaml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - uses: aquaproj/aqua-installer@6ce1f8848ec8e61f14d57bd5d7597057a6dd187c # v3.0.1 with: - aqua_version: v2.29.2 + aqua_version: v2.30.0 - uses: ./list-working-dirs id: working_dirs env: diff --git a/.github/workflows/wc-update-aqua-checksums.yaml b/.github/workflows/wc-update-aqua-checksums.yaml index 5cdadb4a4..e2dc7f6f6 100644 --- a/.github/workflows/wc-update-aqua-checksums.yaml +++ b/.github/workflows/wc-update-aqua-checksums.yaml @@ -15,7 +15,7 @@ jobs: permissions: contents: read with: - aqua_version: v2.29.2 + aqua_version: v2.30.0 prune: true secrets: gh_app_id: ${{secrets.gh_app_id}}