Skip to content

Commit

Permalink
(maint): Bump cake-build/cake-action from 1 to 2 (#142)
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 2, 2024
1 parent 41ced84 commit fdd360d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publishDocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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: recipe.cake
target: releasenotes
Expand Down

0 comments on commit fdd360d

Please sign in to comment.