Skip to content

Commit

Permalink
Merge pull request #159 from Afterlife-Guide/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/cake-build/cake-action-3

Bump cake-build/cake-action from 2 to 3
  • Loading branch information
baynezy authored Feb 6, 2025
2 parents eb0396f + 79f5285 commit 7a694b2
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 7a694b2

Please sign in to comment.