From 4b4a76ea603e91fe964adfad8e6b785443383378 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 01:36:31 +0000 Subject: [PATCH] chore(deps): update dependency aquaproj/aqua to v2.14.1 (#16393) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/actionlint.yaml | 2 +- .github/workflows/test-all.yaml | 2 +- .github/workflows/test.yaml | 8 ++++---- .github/workflows/update.yaml | 2 +- Earthfile | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/actionlint.yaml b/.github/workflows/actionlint.yaml index 40d253e5c2..9b53191baa 100644 --- a/.github/workflows/actionlint.yaml +++ b/.github/workflows/actionlint.yaml @@ -19,6 +19,6 @@ jobs: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - uses: aquaproj/aqua-installer@36dc5833b04eb63f06e3bb818aa6b7a6e6db99a9 # v2.1.2 with: - aqua_version: v2.14.0 + aqua_version: v2.14.1 policy_allow: "true" - run: actionlint -ignore "duplicate value" diff --git a/.github/workflows/test-all.yaml b/.github/workflows/test-all.yaml index f4885fb13c..ed90e76ad3 100644 --- a/.github/workflows/test-all.yaml +++ b/.github/workflows/test-all.yaml @@ -36,7 +36,7 @@ jobs: private_key: ${{ secrets.APP_PRIVATE_KEY }} - uses: aquaproj/aqua-installer@36dc5833b04eb63f06e3bb818aa6b7a6e6db99a9 # v2.1.2 with: - aqua_version: v2.14.0 + aqua_version: v2.14.1 aqua_opts: "" policy_allow: "true" env: diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index d142bcbbf4..e9aaf56bff 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -100,7 +100,7 @@ jobs: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - uses: aquaproj/aqua-installer@36dc5833b04eb63f06e3bb818aa6b7a6e6db99a9 # v2.1.2 with: - aqua_version: v2.14.0 + aqua_version: v2.14.1 policy_allow: "true" - uses: aquaproj/registry-action/generate-registry@dff21577b6ec277b2645a7a40db12eeb15b4c581 # v0.2.0 @@ -127,7 +127,7 @@ jobs: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - uses: aquaproj/aqua-installer@36dc5833b04eb63f06e3bb818aa6b7a6e6db99a9 # v2.1.2 with: - aqua_version: v2.14.0 + aqua_version: v2.14.1 policy_allow: "true" env: AQUA_GITHUB_TOKEN: ${{github.token}} @@ -141,7 +141,7 @@ jobs: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - uses: aquaproj/aqua-installer@36dc5833b04eb63f06e3bb818aa6b7a6e6db99a9 # v2.1.2 with: - aqua_version: v2.14.0 + aqua_version: v2.14.1 policy_allow: "true" env: AQUA_GITHUB_TOKEN: ${{github.token}} @@ -184,7 +184,7 @@ jobs: - uses: aquaproj/aqua-installer@36dc5833b04eb63f06e3bb818aa6b7a6e6db99a9 # v2.1.2 with: - aqua_version: v2.14.0 + aqua_version: v2.14.1 policy_allow: "true" env: AQUA_GITHUB_TOKEN: ${{github.token}} diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index 9fceec7e76..0f6dccd917 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - uses: aquaproj/aqua-installer@36dc5833b04eb63f06e3bb818aa6b7a6e6db99a9 # v2.1.2 with: - aqua_version: v2.14.0 + aqua_version: v2.14.1 policy_allow: "true" aqua_opts: -l -a env: diff --git a/Earthfile b/Earthfile index 09fdc23e80..2ad6ab7e80 100644 --- a/Earthfile +++ b/Earthfile @@ -7,7 +7,7 @@ test: RUN curl -sSfL -O https://raw.githubusercontent.com/aquaproj/aqua-installer/v2.1.2/aqua-installer RUN echo "411caf1b5fcef4f5e74aa2a9fe99182ea13ab93ecd8ed4a983a7cff9f08edab9 aqua-installer" | sha256sum -c RUN chmod +x aqua-installer - RUN ./aqua-installer -v v2.14.0 + RUN ./aqua-installer -v v2.14.1 COPY aqua/earthly-test.yaml aqua.yaml COPY aqua-policy.yaml aqua-policy.yaml RUN echo "- import: pkg.yaml" >> aqua.yaml