Skip to content

Commit

Permalink
Merge pull request #290 from cake-contrib/dependabot/github_actions/c…
Browse files Browse the repository at this point in the history
…ake-build/cake-action-2
  • Loading branch information
AdmiringWorm authored May 2, 2024
2 parents 670ffcf + 6d00737 commit ded2a84
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 ded2a84

Please sign in to comment.