Skip to content

Commit

Permalink
chore(deps): update dependency aquaproj/aqua-installer to v3 (#2771)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency aquaproj/aqua-installer to v3

* fix: update the checksum of aqua-installer

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Shunsuke Suzuki <[email protected]>
  • Loading branch information
renovate[bot] and suzuki-shunsuke authored Mar 22, 2024
1 parent b9612f7 commit 418748f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/debug-with-action-tmate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
if: inputs.pr_number != ''
env:
GITHUB_TOKEN: ${{github.token}}
- uses: aquaproj/aqua-installer@fd2089d1f56724d6456f24d58605e6964deae124 # v2.3.2
- uses: aquaproj/aqua-installer@4551ec64e21bf0f557c2525135ff0bd2cba40ec7 # v3.0.0
with:
aqua_version: v2.25.1
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wc-ghalint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
permissions: {}
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- uses: aquaproj/aqua-installer@fd2089d1f56724d6456f24d58605e6964deae124 # v2.3.2
- uses: aquaproj/aqua-installer@4551ec64e21bf0f557c2525135ff0bd2cba40ec7 # v3.0.0
with:
aqua_version: v2.25.1
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
env:
GITHUB_TOKEN: ${{github.token}}

- uses: aquaproj/aqua-installer@fd2089d1f56724d6456f24d58605e6964deae124 # v2.3.2
- uses: aquaproj/aqua-installer@4551ec64e21bf0f557c2525135ff0bd2cba40ec7 # v3.0.0
if: inputs.aqua_version != ''
with:
aqua_version: ${{inputs.aqua_version}}
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
env:
GITHUB_TOKEN: ${{github.token}}

- uses: aquaproj/aqua-installer@fd2089d1f56724d6456f24d58605e6964deae124 # v2.3.2
- uses: aquaproj/aqua-installer@4551ec64e21bf0f557c2525135ff0bd2cba40ec7 # v3.0.0
if: inputs.aqua_version != ''
with:
aqua_version: ${{inputs.aqua_version}}
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile-prebuilt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ RUN sed -i 's|# %wheel ALL=(ALL:ALL) NOPASSWD|%wheel ALL=(ALL:ALL) NOPASSWD|' /e
USER foo
RUN mkdir /home/foo/workspace
WORKDIR /home/foo/workspace
RUN curl -sSfL -O https://raw.githubusercontent.com/aquaproj/aqua-installer/v2.3.2/aqua-installer
RUN echo "63054c35389e9297d808880d6d01de579061a1cf09f78344ee67d0dcde2cfcb6 aqua-installer" | sha256sum -c
RUN curl -sSfL -O https://raw.githubusercontent.com/aquaproj/aqua-installer/v3.0.0/aqua-installer
RUN echo "8299de6c19a8ff6b2cc6ac69669cf9e12a96cece385658310aea4f4646a5496d aqua-installer" | sha256sum -c
RUN chmod +x aqua-installer
RUN ./aqua-installer -v "v2.25.1"
ENV PATH=/home/foo/.local/share/aquaproj-aqua/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

0 comments on commit 418748f

Please sign in to comment.