Skip to content

Commit

Permalink
Merge pull request #23 from baynezy/dependabot/github_actions/cake-bu…
Browse files Browse the repository at this point in the history
…ild/cake-action-2

Bump cake-build/cake-action from 1 to 2
  • Loading branch information
baynezy authored Feb 15, 2024
2 parents 76283ab + f4dd004 commit dd2eaeb
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@v1
uses: cake-build/cake-action@v2
with:
target: Restore
- name: Build
uses: cake-build/cake-action@v1
uses: cake-build/cake-action@v2
with:
target: Build-Only
arguments: |
versionNumber: ${{inputs.version}}
- name: Run tests
uses: cake-build/cake-action@v1
uses: cake-build/cake-action@v2
with:
target: Test-Only
- name: Publish Unit Test Results
Expand Down

0 comments on commit dd2eaeb

Please sign in to comment.