Skip to content

Commit

Permalink
Bump cake-build/cake-action from 1 to 2
Browse files Browse the repository at this point in the history
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](cake-build/cake-action@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 2, 2024
1 parent 670ffcf commit 6d00737
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publishdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6d00737

Please sign in to comment.