diff --git a/.github/workflows/actionlint.yaml b/.github/workflows/actionlint.yaml index 198de204b..95edc6c86 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.2 + aqua_version: v2.16.3 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 4f598b633..fd19d36c8 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.2 + aqua_version: v2.16.3 env: GITHUB_TOKEN: ${{github.token}} diff --git a/.github/workflows/wc-ghalint.yaml b/.github/workflows/wc-ghalint.yaml index 5584924a3..bee7559c5 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.2 + aqua_version: v2.16.3 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 77e164164..a081fee5f 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.2 + aqua_version: v2.16.3 - 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.2 + aqua_version: v2.16.3 - 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 6ef0bd230..b33bff475 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.2 + aqua_version: v2.16.3 - 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 4ed79887f..5f19c478c 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.2 + aqua_version: v2.16.3 prune: true secrets: gh_app_id: ${{secrets.gh_app_id}}