Skip to content

Commit

Permalink
chore(deps): update aquaproj/aqua-installer action to v3.1.0 (#626)
Browse files Browse the repository at this point in the history
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

<details>
<summary>aquaproj/aqua-installer (aquaproj/aqua-installer)</summary>

###
[`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


[#&#8203;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


[#&#8203;708](https://redirect.github.com/aquaproj/aqua-installer/issues/708)
action: stop adding `bat` to $PATH on Windows

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 26, 2024
1 parent 937f7b2 commit e608620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit e608620

Please sign in to comment.