From fdd360df46e5221cd0dc7dfe39a3ac2cddbfa13c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 10:33:03 +0200 Subject: [PATCH] (maint): Bump cake-build/cake-action from 1 to 2 (#142) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/publishDocs.yml | 2 +- .github/workflows/release-notes.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2b22ff6..e974951 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -67,7 +67,7 @@ jobs: key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }} - name: Build project - uses: cake-build/cake-action@v1 + uses: cake-build/cake-action@v2 with: script-path: recipe.cake target: CI diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index d9d38dd..d65d3bf 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -62,7 +62,7 @@ jobs: # queries: ./path/to/local/query, your-org/your-repo/queries@main - name: Build project - uses: cake-build/cake-action@v1 + uses: cake-build/cake-action@v2 with: script-path: recipe.cake target: DotNetCore-Build diff --git a/.github/workflows/publishDocs.yml b/.github/workflows/publishDocs.yml index b6e9e8e..360341c 100644 --- a/.github/workflows/publishDocs.yml +++ b/.github/workflows/publishDocs.yml @@ -27,7 +27,7 @@ jobs: key: ${{ runner.os }}-doc-tools-${{ hashFiles('recipe.cake') }} - name: Publishing documentation - uses: cake-build/cake-action@v1 + uses: cake-build/cake-action@v2 with: script-path: recipe.cake target: Force-Publish-Documentation diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml index 83a7050..75f2d74 100644 --- a/.github/workflows/release-notes.yml +++ b/.github/workflows/release-notes.yml @@ -38,7 +38,7 @@ jobs: branch: "release/${{ steps.gitversion.outputs.majorMinorPatch }}" github_token: ${{ secrets.GH_TOKEN }} - name: Drafting Release Notes - uses: cake-build/cake-action@v1 + uses: cake-build/cake-action@v2 with: script-path: recipe.cake target: releasenotes