diff --git a/.github/workflows/actionlint.yaml b/.github/workflows/actionlint.yaml index 08a6063..fb6529e 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.14.0 + aqua_version: v2.14.1 permissions: pull-requests: write contents: read diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 19d2550..b1bdd14 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -18,7 +18,7 @@ jobs: - uses: aquaproj/aqua-installer@36dc5833b04eb63f06e3bb818aa6b7a6e6db99a9 # v2.1.2 with: - aqua_version: v2.14.0 + aqua_version: v2.14.1 - name: remove changes # Sometimes it is failed to release by goreleaser due to changes of go.sum