From c66a022665c4ed1e9a36a4ce750a96268ee3dcd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 21:14:45 +0000 Subject: [PATCH] Bump fluxcd/flux2 from 2.3.0 to 2.4.0 in the ci group Bumps the ci group with 1 update: [fluxcd/flux2](https://github.com/fluxcd/flux2). Updates `fluxcd/flux2` from 2.3.0 to 2.4.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/896e0fa46d5107a05e953dd0a5261d78a145ec8c...5350425cdcd5fa015337e09fa502153c0275bd4b) --- updated-dependencies: - dependency-name: fluxcd/flux2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index f9d7ff7..25e2d9b 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -79,7 +79,7 @@ jobs: **/go.sum **/go.mod - name: Setup Flux CLI - uses: fluxcd/flux2/action@896e0fa46d5107a05e953dd0a5261d78a145ec8c # v2.3.0 + uses: fluxcd/flux2/action@5350425cdcd5fa015337e09fa502153c0275bd4b # v2.4.0 - name: Set outputs id: vars run: | @@ -161,7 +161,7 @@ jobs: **/go.sum **/go.mod - name: Setup Flux CLI - uses: fluxcd/flux2/action@896e0fa46d5107a05e953dd0a5261d78a145ec8c # v2.3.0 + uses: fluxcd/flux2/action@5350425cdcd5fa015337e09fa502153c0275bd4b # v2.4.0 - name: Set outputs id: vars run: | @@ -215,7 +215,7 @@ jobs: **/go.sum **/go.mod - name: Setup Flux CLI - uses: fluxcd/flux2/action@896e0fa46d5107a05e953dd0a5261d78a145ec8c # v2.3.0 + uses: fluxcd/flux2/action@5350425cdcd5fa015337e09fa502153c0275bd4b # v2.4.0 - name: Set outputs id: vars run: |