From 1ed2278be6143298c6b78fc853b760c797400737 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 07:08:04 +0000 Subject: [PATCH] chore(deps): bump fluxcd/flux2 from 2.1.2 to 2.2.1 Bumps [fluxcd/flux2](https://github.com/fluxcd/flux2) from 2.1.2 to 2.2.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/v2.1.2...v2.2.1) --- updated-dependencies: - dependency-name: fluxcd/flux2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 2cfd9f446..dd6899821 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest steps: - name: install flux - uses: fluxcd/flux2/action@v2.1.2 + uses: fluxcd/flux2/action@v2.2.1 - name: Clone repo uses: actions/checkout@v4