From 0940a523fe67d544b21a15286c256434c8fcc886 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Mar 2023 08:29:33 +0000 Subject: [PATCH] chore(deps): bump fluxcd/flux2 from 0.40.2 to 0.41.0 (#6527) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [fluxcd/flux2](https://github.com/fluxcd/flux2) from 0.40.2 to 0.41.0. - [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/2c7d650d4472bb7c92fa5fea86589527dfa5abcc...af153ea0cf4fd480c75accacc0c0dc7a2afdad0d) --- updated-dependencies: - dependency-name: fluxcd/flux2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Charles-Edouard Brétéché --- .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 9103d88d17..bc8ed5050f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -244,7 +244,7 @@ jobs: - name: Setup build env uses: ./.github/actions/setup-build-env - name: Setup Flux CLI - uses: fluxcd/flux2/action@2c7d650d4472bb7c92fa5fea86589527dfa5abcc # v0.40.2 + uses: fluxcd/flux2/action@af153ea0cf4fd480c75accacc0c0dc7a2afdad0d # v0.41.0 with: version: 0.35.0 - name: Install Cosign