From 1251cfc7cd07319ada116573a4392b34b2a19f5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 17:51:56 +0000 Subject: [PATCH] Bump cake-build/cake-action from 1.4.1 to 2.0.0 Bumps [cake-build/cake-action](https://github.com/cake-build/cake-action) from 1.4.1 to 2.0.0. - [Release notes](https://github.com/cake-build/cake-action/releases) - [Commits](https://github.com/cake-build/cake-action/compare/a6eb054329257c9e70a6c6bf01747ad6e1d9d52b...1223b6fa067ad192159f43b50cd4f953679b0934) --- updated-dependencies: - dependency-name: cake-build/cake-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 65cf733..0da98ee 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -29,7 +29,7 @@ jobs: - name: Cake Action id: cake-action - uses: cake-build/cake-action@a6eb054329257c9e70a6c6bf01747ad6e1d9d52b #v1.4.1 + uses: cake-build/cake-action@1223b6fa067ad192159f43b50cd4f953679b0934 #v2.0.0 with: target: BuildAndTest arguments: |