From 1268e59e443f8f67ff6eb881b9c3db71adc3b546 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 11:31:26 +0900 Subject: [PATCH] chore(deps): update dependency aquaproj/aqua to v2.38.2 (#633) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | Pending | |---|---|---|---| | [aquaproj/aqua](https://redirect.github.com/aquaproj/aqua) | patch | `v2.38.1` -> `v2.38.2` | `v2.38.4` (+1) | --- ### Release Notes
aquaproj/aqua (aquaproj/aqua) ### [`v2.38.2`](https://redirect.github.com/aquaproj/aqua/releases/tag/v2.38.2) [Compare Source](https://redirect.github.com/aquaproj/aqua/compare/v2.38.1...v2.38.2) [Pull Requests](https://redirect.github.com/aquaproj/aqua/pulls?q=is%3Apr+milestone%3Av2.38.2) | [Issues](https://redirect.github.com/aquaproj/aqua/issues?q=is%3Aissue+milestone%3Av2.38.2) | https://github.com/aquaproj/aqua/compare/v2.38.1...v2.38.2 ##### 🐛 Bug Fixes [#​3307](https://redirect.github.com/aquaproj/aqua/issues/3307) generate-registry: Fix a bug that description isn't formatted
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/izumin5210/dotfiles). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/main.yml | 2 +- .github/workflows/update-aqua-checksum.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a8cdff1e..38d26f44 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -43,5 +43,5 @@ jobs: - uses: actions/checkout@v4 - uses: aquaproj/aqua-installer@v3.1.0 with: - aqua_version: v2.38.1 + aqua_version: v2.38.2 - run: ${{ matrix.cmd }} diff --git a/.github/workflows/update-aqua-checksum.yml b/.github/workflows/update-aqua-checksum.yml index ba5a502e..2f6d93b0 100644 --- a/.github/workflows/update-aqua-checksum.yml +++ b/.github/workflows/update-aqua-checksum.yml @@ -20,7 +20,7 @@ jobs: permissions: contents: read with: - aqua_version: v2.38.1 + aqua_version: v2.38.2 prune: true working_directory: ${{ matrix.dir }} secrets: