From 6d007370760b8f271eceba865fadbcb2b3b8aeba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 15:40:43 +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/build.yml | 2 +- .github/workflows/publishdocs.yml | 2 +- .github/workflows/release-notes.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3da6ac7..d80dad8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,7 +54,7 @@ jobs: 3.1.x 5.0.x - name: Build Addin - uses: cake-build/cake-action@v1 + uses: cake-build/cake-action@v2 with: script-path: setup.cake target: CI diff --git a/.github/workflows/publishdocs.yml b/.github/workflows/publishdocs.yml index b313852..52c5516 100644 --- a/.github/workflows/publishdocs.yml +++ b/.github/workflows/publishdocs.yml @@ -24,7 +24,7 @@ jobs: path: tools key: ${{ runner.os }}-doc-tools-${{ hashFiles('setup.cake') }} - name: Publishing documentaiton - uses: cake-build/cake-action@v1 + uses: cake-build/cake-action@v2 with: script-path: setup.cake target: Force-Publish-Documentation diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml index 140c700..ac44e66 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: setup.cake target: releasenotes