From e8ab5b57269ac8759966326e7cf9b27b2ca7976b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 Sep 2023 06:49:50 +0000 Subject: [PATCH] chore(deps): update dependency aquaproj/aqua to v2.12.0 --- .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 cdb2308dd83..cb0bc7e75db 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.11.0 + aqua_version: v2.12.0 policy_allow: "true" - run: actionlint -ignore "duplicate value" diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 4a05a000ad1..4a360819b28 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.11.0 + aqua_version: v2.12.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.11.0 + aqua_version: v2.12.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.11.0 + aqua_version: v2.12.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.11.0 + aqua_version: v2.12.0 policy_allow: "true" env: AQUA_GITHUB_TOKEN: ${{github.token}} diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index 5cb1e36ad69..ac3b51cad35 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.11.0 + aqua_version: v2.12.0 policy_allow: "true" aqua_opts: -l -a env: diff --git a/Earthfile b/Earthfile index 1f7d2fdbe21..0c800ff2a73 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.11.0 + RUN ./aqua-installer -v v2.12.0 COPY aqua/earthly-test.yaml aqua.yaml COPY aqua-policy.yaml aqua-policy.yaml RUN echo "- import: pkg.yaml" >> aqua.yaml