From ed2ae41d94405bfe77441dcb6f89092c483c2ab6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 16:44:13 +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 aed43e8a..81efa489 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -59,7 +59,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