From eebbc57b8808a59900582e9c10cdbf32be1cddb8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Sep 2023 23:35:41 +0000 Subject: [PATCH] chore(deps): update dependency aquaproj/aqua to v2.11.0 (#15489) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/actionlint.yaml | 2 +- .github/workflows/test.yaml | 8 ++++---- .github/workflows/update.yaml | 2 +- Earthfile | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/actionlint.yaml b/.github/workflows/actionlint.yaml index fc56626f3d5..cdb2308dd83 100644 --- a/.github/workflows/actionlint.yaml +++ b/.github/workflows/actionlint.yaml @@ -19,6 +19,6 @@ jobs: - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 - uses: aquaproj/aqua-installer@36dc5833b04eb63f06e3bb818aa6b7a6e6db99a9 # v2.1.2 with: - aqua_version: v2.10.2-1 + aqua_version: v2.11.0 policy_allow: "true" - run: actionlint -ignore "duplicate value" diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e17fd8455ea..4a05a000ad1 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -100,7 +100,7 @@ jobs: - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 - uses: aquaproj/aqua-installer@36dc5833b04eb63f06e3bb818aa6b7a6e6db99a9 # v2.1.2 with: - aqua_version: v2.10.2-1 + aqua_version: v2.11.0 policy_allow: "true" - uses: aquaproj/registry-action/generate-registry@dff21577b6ec277b2645a7a40db12eeb15b4c581 # v0.2.0 @@ -127,7 +127,7 @@ jobs: - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 - uses: aquaproj/aqua-installer@36dc5833b04eb63f06e3bb818aa6b7a6e6db99a9 # v2.1.2 with: - aqua_version: v2.10.2-1 + aqua_version: v2.11.0 policy_allow: "true" env: AQUA_GITHUB_TOKEN: ${{github.token}} @@ -141,7 +141,7 @@ jobs: - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 - uses: aquaproj/aqua-installer@36dc5833b04eb63f06e3bb818aa6b7a6e6db99a9 # v2.1.2 with: - aqua_version: v2.10.2-1 + aqua_version: v2.11.0 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.10.2-1 + aqua_version: v2.11.0 policy_allow: "true" env: AQUA_GITHUB_TOKEN: ${{github.token}} diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index 10b2cc41f91..5cb1e36ad69 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 - uses: aquaproj/aqua-installer@36dc5833b04eb63f06e3bb818aa6b7a6e6db99a9 # v2.1.2 with: - aqua_version: v2.10.2-1 + aqua_version: v2.11.0 policy_allow: "true" aqua_opts: -l -a env: diff --git a/Earthfile b/Earthfile index cfc62be4519..1f7d2fdbe21 100644 --- a/Earthfile +++ b/Earthfile @@ -8,7 +8,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.10.1 + RUN ./aqua-installer -v v2.11.0 COPY aqua/earthly-test.yaml aqua.yaml COPY aqua-policy.yaml aqua-policy.yaml RUN echo "- import: pkg.yaml" >> aqua.yaml