From 8858d4fd48954a1118275ce36ba1145c15f59a38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 07:54:28 +0000 Subject: [PATCH] chore(deps): bump fluxcd/flux2 from 2.2.1 to 2.2.2 (#9225) Bumps [fluxcd/flux2](https://github.com/fluxcd/flux2) from 2.2.1 to 2.2.2. - [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/9b3958825a314eb79495c6993ef397ddbf87f32f...5c5c15ea212b8f029a110f9975851d25c8272695) --- updated-dependencies: - dependency-name: fluxcd/flux2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3fdc76ce8a..6a68ae9e8f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -276,7 +276,7 @@ jobs: uses: ./.github/actions/setup-build-env timeout-minutes: 10 - name: Setup Flux CLI - uses: fluxcd/flux2/action@9b3958825a314eb79495c6993ef397ddbf87f32f # v2.2.1 + uses: fluxcd/flux2/action@5c5c15ea212b8f029a110f9975851d25c8272695 # v2.2.2 with: version: 0.35.0 - name: Install Cosign