Skip to content

Commit

Permalink
Bump cake-build/cake-action from 2 to 3
Browse files Browse the repository at this point in the history
Bumps [cake-build/cake-action](https://github.com/cake-build/cake-action) from 2 to 3.
- [Release notes](https://github.com/cake-build/cake-action/releases)
- [Commits](cake-build/cake-action@v2...v3)

---
updated-dependencies:
- dependency-name: cake-build/cake-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 6, 2025
1 parent eb0396f commit 79f5285
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/step-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@ jobs:
with:
dotnet-version: 8.0.x
- name: Restore
uses: cake-build/cake-action@v2
uses: cake-build/cake-action@v3
with:
target: Restore
- name: Build
uses: cake-build/cake-action@v2
uses: cake-build/cake-action@v3
with:
target: Build
arguments: |
versionNumber: ${{inputs.version}}
- name: Run tests
uses: cake-build/cake-action@v2
uses: cake-build/cake-action@v3
with:
target: Test
- name: Publish Unit Test Results
Expand Down

0 comments on commit 79f5285

Please sign in to comment.