From 74ac24bc867cd20919fde35476e4f755383b7162 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 06:38:39 +0000 Subject: [PATCH] build(deps): bump the actions group across 1 directory with 2 updates Bumps the actions group with 2 updates in the / directory: [helm/kind-action](https://github.com/helm/kind-action) and [fluxcd/flux2](https://github.com/fluxcd/flux2). Updates `helm/kind-action` from 1.12.0 to 1.13.0 - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](https://github.com/helm/kind-action/compare/v1.12.0...v1.13.0) Updates `fluxcd/flux2` from 2.7.2 to 2.7.3 - [Release notes](https://github.com/fluxcd/flux2/releases) - [Changelog](https://github.com/fluxcd/flux2/blob/main/.goreleaser.yml) - [Commits](https://github.com/fluxcd/flux2/compare/v2.7.2...v2.7.3) --- updated-dependencies: - dependency-name: helm/kind-action dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: fluxcd/flux2 dependency-version: 2.7.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/e2e.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 91a5455..2d85f48 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -16,7 +16,7 @@ jobs: - name: Checkout uses: actions/checkout@v5 - name: Setup Kubernetes - uses: helm/kind-action@v1.12.0 + uses: helm/kind-action@v1.13.0 with: cluster_name: kind - name: Build container image @@ -52,7 +52,7 @@ jobs: - name: Setup Timoni uses: stefanprodan/timoni/actions/setup@main - name: Setup Kubernetes - uses: helm/kind-action@v1.12.0 + uses: helm/kind-action@v1.13.0 with: cluster_name: kind - name: Build container diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d2d8d9f..5825236 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v5 - uses: sigstore/cosign-installer@v3 - - uses: fluxcd/flux2/action@v2.7.2 + - uses: fluxcd/flux2/action@v2.7.3 - uses: stefanprodan/timoni/actions/setup@v0.25.2 - name: Setup Notation CLI uses: notaryproject/notation-action/setup@v1