From 396bb7b3f01a6b9559c9dd14a9f1c8fc13126047 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 08:54:01 +0000 Subject: [PATCH] Bump cake-build/cake-action from 1 to 2 Bumps [cake-build/cake-action](https://github.com/cake-build/cake-action) from 1 to 2. - [Release notes](https://github.com/cake-build/cake-action/releases) - [Commits](https://github.com/cake-build/cake-action/compare/v1...v2) --- 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/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 51ee5d8..f058da8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -61,7 +61,7 @@ jobs: run: dotnet restore ${{ matrix.solution }} - name: Build with Cake - uses: cake-build/cake-action@v1 + uses: cake-build/cake-action@v2 with: target: JustBuild script-path: Build/linux-build.cake @@ -97,7 +97,7 @@ jobs: # run tests with built project - name: Test with Cake - uses: cake-build/cake-action@v1 + uses: cake-build/cake-action@v2 with: target: JustTest script-path: Build/linux-build.cake