From d28e202e38e0d5a082c5a9595bb3220ca71f9175 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 04:04:56 +0000 Subject: [PATCH] chore(deps): update dependency aquaproj/aqua to v2.13.1 --- .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 acabadd64..0a0653395 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.13.0 + aqua_version: v2.13.1 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 817c668d6..776e3188e 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.13.0 + aqua_version: v2.13.1 env: GITHUB_TOKEN: ${{github.token}} diff --git a/.github/workflows/wc-ghalint.yaml b/.github/workflows/wc-ghalint.yaml index 3a84daf86..48565c454 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.13.0 + aqua_version: v2.13.1 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 ebfd5f836..99c6f9129 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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - uses: aquaproj/aqua-installer@36dc5833b04eb63f06e3bb818aa6b7a6e6db99a9 # v2.1.2 with: - aqua_version: v2.13.0 + aqua_version: v2.13.1 - uses: ./get-target-config id: target-config env: @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - uses: aquaproj/aqua-installer@36dc5833b04eb63f06e3bb818aa6b7a6e6db99a9 # v2.1.2 with: - aqua_version: v2.13.0 + aqua_version: v2.13.1 - 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 dbea773cd..a3047982a 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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - uses: aquaproj/aqua-installer@36dc5833b04eb63f06e3bb818aa6b7a6e6db99a9 # v2.1.2 with: - aqua_version: v2.13.0 + aqua_version: v2.13.1 - 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 77b7efc77..912ea18b9 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.13.0 + aqua_version: v2.13.1 prune: true secrets: gh_app_id: ${{secrets.gh_app_id}}