From d3ef78990a631651e3cc59b86c23b420999e133f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:51:52 +0000 Subject: [PATCH] chore(deps): update dependency aquaproj/aqua-installer to v2.2.0 --- .github/workflows/debug-with-action-tmate.yaml | 2 +- .github/workflows/wc-ghalint.yaml | 2 +- .github/workflows/windows-test.yaml | 4 ++-- Dockerfile-prebuilt | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/debug-with-action-tmate.yaml b/.github/workflows/debug-with-action-tmate.yaml index 7e01e9860..9c8860b46 100644 --- a/.github/workflows/debug-with-action-tmate.yaml +++ b/.github/workflows/debug-with-action-tmate.yaml @@ -23,7 +23,7 @@ jobs: if: inputs.pr_number != '' env: GITHUB_TOKEN: ${{github.token}} - - uses: aquaproj/aqua-installer@d9c4b5d107a17831a8c8718efa4ce67a0923d1f5 # v2.1.3 + - uses: aquaproj/aqua-installer@928a2ee4243a9ee8312d80dc8cbaca88fb602a91 # v2.2.0 with: aqua_version: v2.16.4 env: diff --git a/.github/workflows/wc-ghalint.yaml b/.github/workflows/wc-ghalint.yaml index cff4f304f..3f10ccad2 100644 --- a/.github/workflows/wc-ghalint.yaml +++ b/.github/workflows/wc-ghalint.yaml @@ -10,7 +10,7 @@ jobs: permissions: {} steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - - uses: aquaproj/aqua-installer@d9c4b5d107a17831a8c8718efa4ce67a0923d1f5 # v2.1.3 + - uses: aquaproj/aqua-installer@928a2ee4243a9ee8312d80dc8cbaca88fb602a91 # v2.2.0 with: aqua_version: v2.16.4 env: diff --git a/.github/workflows/windows-test.yaml b/.github/workflows/windows-test.yaml index 4306bb618..8fe79f372 100644 --- a/.github/workflows/windows-test.yaml +++ b/.github/workflows/windows-test.yaml @@ -34,7 +34,7 @@ jobs: env: GITHUB_TOKEN: ${{github.token}} - - uses: aquaproj/aqua-installer@d9c4b5d107a17831a8c8718efa4ce67a0923d1f5 # v2.1.3 + - uses: aquaproj/aqua-installer@928a2ee4243a9ee8312d80dc8cbaca88fb602a91 # v2.2.0 if: inputs.aqua_version != '' with: aqua_version: ${{inputs.aqua_version}} @@ -121,7 +121,7 @@ jobs: env: GITHUB_TOKEN: ${{github.token}} - - uses: aquaproj/aqua-installer@d9c4b5d107a17831a8c8718efa4ce67a0923d1f5 # v2.1.3 + - uses: aquaproj/aqua-installer@928a2ee4243a9ee8312d80dc8cbaca88fb602a91 # v2.2.0 if: inputs.aqua_version != '' with: aqua_version: ${{inputs.aqua_version}} diff --git a/Dockerfile-prebuilt b/Dockerfile-prebuilt index 317c01389..1bbfb6696 100644 --- a/Dockerfile-prebuilt +++ b/Dockerfile-prebuilt @@ -6,7 +6,7 @@ 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.1.3/aqua-installer +RUN curl -sSfL -O https://raw.githubusercontent.com/aquaproj/aqua-installer/v2.2.0/aqua-installer RUN echo "11ac5e48901aba04dbb33d82c5a39c6cd69d3740312feb8c096f0aae86dc8ed5 aqua-installer" | sha256sum -c RUN chmod +x aqua-installer RUN ./aqua-installer -v "v2.16.4"