From e60862028da0b0db01b983556635a585c17d579c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 23:38:57 +0900 Subject: [PATCH] chore(deps): update aquaproj/aqua-installer action to v3.1.0 (#626) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [aquaproj/aqua-installer](https://redirect.github.com/aquaproj/aqua-installer) | action | minor | `v3.0.2` -> `v3.1.0` | --- ### Release Notes
aquaproj/aqua-installer (aquaproj/aqua-installer) ### [`v3.1.0`](https://redirect.github.com/aquaproj/aqua-installer/releases/tag/v3.1.0) [Compare Source](https://redirect.github.com/aquaproj/aqua-installer/compare/v3.0.2...v3.1.0) ##### SHA256 checksum 62fecc49c98bdec0bba1ff1e5c2719f116e235769e0998090a7397473ef631e9 aqua-installer ##### Features [#​709](https://redirect.github.com/aquaproj/aqua-installer/issues/709) action: Add an input `skip_install_aqua` If this true and aqua is already installed, installing aqua is skipped. This input is useful when you want to ensure aqua is installed. ##### Fixes [#​708](https://redirect.github.com/aquaproj/aqua-installer/issues/708) action: stop adding `bat` to $PATH on Windows
--- ### 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 362bbda3..0da4dae7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -41,7 +41,7 @@ jobs: name: format-${{ matrix.name }} steps: - uses: actions/checkout@v4 - - uses: aquaproj/aqua-installer@v3.0.2 + - uses: aquaproj/aqua-installer@v3.1.0 with: aqua_version: v2.38.0 - run: ${{ matrix.cmd }}