From 3a63977e35379e041a7d782218d0e88550feba0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 14:28:53 +0000 Subject: [PATCH] chore(deps): bump the github-actions group across 1 directory with 2 updates Bumps the github-actions group with 2 updates in the / directory: [aquaproj/aqua-installer](https://github.com/aquaproj/aqua-installer) and [helm/kind-action](https://github.com/helm/kind-action). Updates `aquaproj/aqua-installer` from 3.0.1 to 3.1.0 - [Release notes](https://github.com/aquaproj/aqua-installer/releases) - [Commits](https://github.com/aquaproj/aqua-installer/compare/v3.0.1...v3.1.0) Updates `helm/kind-action` from 1.10.0 to 1.12.0 - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](https://github.com/helm/kind-action/compare/0025e74a8c7512023d06dc019c617aa3cf561fde...a1b0e391336a6ee6713a0583f8c6240d70863de3) --- updated-dependencies: - dependency-name: aquaproj/aqua-installer dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: helm/kind-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-update-labels.yaml | 2 +- .github/workflows/cache-test-images.yaml | 4 ++-- .github/workflows/publish-chart.yaml | 4 ++-- .github/workflows/test.yaml | 10 +++++----- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/auto-update-labels.yaml b/.github/workflows/auto-update-labels.yaml index c8f8a2d3f45e..40527051a778 100644 --- a/.github/workflows/auto-update-labels.yaml +++ b/.github/workflows/auto-update-labels.yaml @@ -23,7 +23,7 @@ jobs: cache: false - name: Install aqua tools - uses: aquaproj/aqua-installer@v3.0.1 + uses: aquaproj/aqua-installer@v3.1.0 with: aqua_version: v1.25.0 diff --git a/.github/workflows/cache-test-images.yaml b/.github/workflows/cache-test-images.yaml index dd3a76d10638..272bbb3d5d6f 100644 --- a/.github/workflows/cache-test-images.yaml +++ b/.github/workflows/cache-test-images.yaml @@ -19,7 +19,7 @@ jobs: cache: false - name: Install tools - uses: aquaproj/aqua-installer@v3.0.1 + uses: aquaproj/aqua-installer@v3.1.0 with: aqua_version: v1.25.0 @@ -60,7 +60,7 @@ jobs: cache: false - name: Install tools - uses: aquaproj/aqua-installer@v3.0.1 + uses: aquaproj/aqua-installer@v3.1.0 with: aqua_version: v1.25.0 diff --git a/.github/workflows/publish-chart.yaml b/.github/workflows/publish-chart.yaml index 15c8d84da31d..a10044ec6cb5 100644 --- a/.github/workflows/publish-chart.yaml +++ b/.github/workflows/publish-chart.yaml @@ -45,7 +45,7 @@ jobs: id: lint uses: helm/chart-testing-action@e6669bcd63d7cb57cb4380c33043eebe5d111992 - name: Setup Kubernetes cluster (KIND) - uses: helm/kind-action@0025e74a8c7512023d06dc019c617aa3cf561fde + uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 with: version: ${{ env.KIND_VERSION }} image: ${{ env.KIND_IMAGE }} @@ -71,7 +71,7 @@ jobs: git config --global user.name "GitHub Actions" - name: Install tools - uses: aquaproj/aqua-installer@v3.0.1 + uses: aquaproj/aqua-installer@v3.1.0 with: aqua_version: v1.25.0 aqua_opts: "" diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index fb697957f37e..7f8381d4083e 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -53,7 +53,7 @@ jobs: if: ${{ failure() && steps.lint.conclusion == 'failure' }} - name: Install tools - uses: aquaproj/aqua-installer@v3.0.1 + uses: aquaproj/aqua-installer@v3.1.0 with: aqua_version: v1.25.0 aqua_opts: "" @@ -84,7 +84,7 @@ jobs: cache: false - name: Install tools - uses: aquaproj/aqua-installer@v3.0.1 + uses: aquaproj/aqua-installer@v3.1.0 with: aqua_version: v1.25.0 @@ -121,7 +121,7 @@ jobs: cache: false - name: Install tools - uses: aquaproj/aqua-installer@v3.0.1 + uses: aquaproj/aqua-installer@v3.1.0 with: aqua_version: v1.25.0 @@ -142,7 +142,7 @@ jobs: cache: false - name: Install tools - uses: aquaproj/aqua-installer@v3.0.1 + uses: aquaproj/aqua-installer@v3.1.0 with: aqua_version: v1.25.0 @@ -181,7 +181,7 @@ jobs: cache: false - name: Install tools - uses: aquaproj/aqua-installer@v3.0.1 + uses: aquaproj/aqua-installer@v3.1.0 with: aqua_version: v1.25.0