diff --git a/.github/workflows/actionlint.yaml b/.github/workflows/actionlint.yaml index 699bc5510..d052c7fe7 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.41.0 + aqua_version: v2.42.0 permissions: pull-requests: write contents: read diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 42c44296d..61daa2312 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -102,7 +102,7 @@ jobs: persist-credentials: false - uses: aquaproj/aqua-installer@f13c5d2f0357708d85477aabe50fd3f725528745 # v3.1.0 with: - aqua_version: v2.41.0 + aqua_version: v2.42.0 env: AQUA_GITHUB_TOKEN: ${{github.token}} - run: ghalint run @@ -119,7 +119,7 @@ jobs: persist-credentials: false - uses: aquaproj/aqua-installer@f13c5d2f0357708d85477aabe50fd3f725528745 # v3.1.0 with: - aqua_version: v2.41.0 + aqua_version: v2.42.0 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 22be3e2bf..7f655b69c 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.41.0 + aqua_version: v2.42.0 prune: true secrets: gh_app_id: ${{secrets.gh_app_id}}