From 3c286fc47b627586ca24d7569713d9aa2a7e77d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:42:08 +0000 Subject: [PATCH] Update dependency aquaproj/aqua to v2.17.0 --- .github/workflows/actionlint.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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