From 84628f0948435ec702da9d273812b593997a36a2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 04:00:06 +0000 Subject: [PATCH] chore(deps): update dependency aquaproj/aqua to v2.16.4 --- .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 95edc6c86..1e5244ba4 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@b6a5f966d4504893b2aeb60cf2b0de8946e48504 # v0.5.0 with: - aqua_version: v2.16.3 + aqua_version: v2.16.4 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 fd19d36c8..a5c3f96de 100644 --- a/.github/workflows/wc-create-pr-branch.yaml +++ b/.github/workflows/wc-create-pr-branch.yaml @@ -35,7 +35,7 @@ jobs: - uses: aquaproj/aqua-installer@36dc5833b04eb63f06e3bb818aa6b7a6e6db99a9 # v2.1.2 with: - aqua_version: v2.16.3 + aqua_version: v2.16.4 env: GITHUB_TOKEN: ${{github.token}} diff --git a/.github/workflows/wc-ghalint.yaml b/.github/workflows/wc-ghalint.yaml index bee7559c5..b001f5258 100644 --- a/.github/workflows/wc-ghalint.yaml +++ b/.github/workflows/wc-ghalint.yaml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3 - uses: aquaproj/aqua-installer@36dc5833b04eb63f06e3bb818aa6b7a6e6db99a9 # v2.1.2 with: - aqua_version: v2.16.3 + aqua_version: v2.16.4 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 a081fee5f..b13a0aa34 100644 --- a/.github/workflows/wc-test-get-target-config.yaml +++ b/.github/workflows/wc-test-get-target-config.yaml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - uses: aquaproj/aqua-installer@36dc5833b04eb63f06e3bb818aa6b7a6e6db99a9 # v2.1.2 with: - aqua_version: v2.16.3 + aqua_version: v2.16.4 - uses: ./get-target-config id: target-config env: @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - uses: aquaproj/aqua-installer@36dc5833b04eb63f06e3bb818aa6b7a6e6db99a9 # v2.1.2 with: - aqua_version: v2.16.3 + aqua_version: v2.16.4 - 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 b33bff475..ee5bf1191 100644 --- a/.github/workflows/wc-test-list-working-dirs.yaml +++ b/.github/workflows/wc-test-list-working-dirs.yaml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - uses: aquaproj/aqua-installer@36dc5833b04eb63f06e3bb818aa6b7a6e6db99a9 # v2.1.2 with: - aqua_version: v2.16.3 + aqua_version: v2.16.4 - 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 5f19c478c..fbc6a2c17 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.16.3 + aqua_version: v2.16.4 prune: true secrets: gh_app_id: ${{secrets.gh_app_id}}