Skip to content

Commit ea6b284

Browse files
chore(deps): update aquaproj/aqua-installer action to v3.1.1 (main) (#57)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [aquaproj/aqua-installer](https://redirect.github.com/aquaproj/aqua-installer) | action | patch | `v3.1.0` -> `v3.1.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>aquaproj/aqua-installer (aquaproj/aqua-installer)</summary> ### [`v3.1.1`](https://redirect.github.com/aquaproj/aqua-installer/releases/tag/v3.1.1) [Compare Source](https://redirect.github.com/aquaproj/aqua-installer/compare/v3.1.0...v3.1.1) ##### SHA256 Checksum e9d4c99577c6b2ce0b62edf61f089e9b9891af1708e88c6592907d2de66e3714 aqua-installer ##### 🐛 Bug Fixes [#&#8203;750](https://redirect.github.com/aquaproj/aqua-installer/issues/750) Fix a bug that aqua-installer doesn't work using Darwin's built-in sha256sum [@&#8203;Takashi-kun](https://redirect.github.com/Takashi-kun) aqua-installer worked well using GNU sha256sum, but it didn't work using Darwin's built-in sha256sum. ```console $ ./aqua-installer [INFO] Installing aqua v2.37.2 for bootstrapping... [INFO] Downloading https://github.com/aquaproj/aqua/releases/download/v2.37.2/aqua_darwin_arm64.tar.gz ... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 6716k 100 6716k 0 0 1227k 0 0:00:05 0:00:05 --:--:-- 1706k [INFO] Verifying checksum of aqua v2.37.2 ... usage: sha256sum [-bctwz] [files ...] $ echo $? 1 ``` </details> --- ### Configuration 📅 **Schedule**: Branch creation - "* 0-3 1 * *" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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/masterpointio/terraform-spacelift-automation). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvLXVwZ3JhZGUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Veronika Gnilitska <[email protected]>
1 parent 46f82aa commit ea6b284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tf-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
v1-aqua-installer-${{runner.os}}-${{runner.arch}}-
3939
4040
- name: Install Aqua
41-
uses: aquaproj/aqua-installer@f13c5d2f0357708d85477aabe50fd3f725528745 # v3.1.0
41+
uses: aquaproj/aqua-installer@e2d0136abcf70b7a2f6f505720640750557c4b33 # v3.1.1
4242
with:
4343
aqua_version: v2.41.0
4444

0 commit comments

Comments
 (0)