From 853462d82c916e54e16e6493175e65a32e208aa5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 10:19:41 +0000 Subject: [PATCH] Bump cake-build/cake-action from 2 to 3 Bumps [cake-build/cake-action](https://github.com/cake-build/cake-action) from 2 to 3. - [Release notes](https://github.com/cake-build/cake-action/releases) - [Commits](https://github.com/cake-build/cake-action/compare/v2...v3) --- 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.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a1ad2588..e51cabf7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -60,7 +60,7 @@ jobs: key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }} - name: Build project - uses: cake-build/cake-action@v2 + uses: cake-build/cake-action@v3 with: script-path: recipe.cake target: CI