diff --git a/.github/workflows/actionlint.yaml b/.github/workflows/actionlint.yaml index 4faafce..59daf65 100644 --- a/.github/workflows/actionlint.yaml +++ b/.github/workflows/actionlint.yaml @@ -12,7 +12,7 @@ jobs: actionlint: uses: suzuki-shunsuke/actionlint-workflow/.github/workflows/actionlint.yaml@b6a5f966d4504893b2aeb60cf2b0de8946e48504 # v0.5.0 with: - aqua_version: v2.16.4 + aqua_version: v2.17.0 permissions: pull-requests: write contents: read diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ae0598f..bd5124a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -18,7 +18,7 @@ jobs: - uses: aquaproj/aqua-installer@928a2ee4243a9ee8312d80dc8cbaca88fb602a91 # v2.2.0 with: - aqua_version: v2.16.4 + aqua_version: v2.17.0 - name: remove changes # Sometimes it is failed to release by goreleaser due to changes of go.sum