From 5577eb87085091aedb30dbce1c768abf2539afb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jul 2023 16:33:37 +0800 Subject: [PATCH] chore(deps): bump fluxcd/flux2 from 2.0.0 to 2.0.1 (#7814) Bumps [fluxcd/flux2](https://github.com/fluxcd/flux2) from 2.0.0 to 2.0.1. - [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/9ea0a535eab2c99121fb3ac742e333b4a9f07970...9b3162495ce1b99b1fcdf137c553f543eafe3ec7) --- 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 6d1d06fb15..1d9b6ef765 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -261,7 +261,7 @@ jobs: - name: Setup build env uses: ./.github/actions/setup-build-env - name: Setup Flux CLI - uses: fluxcd/flux2/action@9ea0a535eab2c99121fb3ac742e333b4a9f07970 # v2.0.0 + uses: fluxcd/flux2/action@9b3162495ce1b99b1fcdf137c553f543eafe3ec7 # v2.0.1 with: version: 0.35.0 - name: Install Cosign