Skip to content

Commit

Permalink
update more pipeline versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tdashworth committed Oct 23, 2024
1 parent 27c3ef3 commit 2f6db6c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -26,7 +26,9 @@ jobs:
- name: Execute GitVersion
uses: gittools/actions/gitversion/execute@v3.0.0
with:
additionalArguments: '/updateprojectfiles /showconfig'
overrideConfig:
updateprojectfiles
showconfig

- name: Test application
run: dotnet test tests/NameBadgeAutomater.Tests/NameBadgeAutomater.Tests.csproj -c Release
Expand Down

0 comments on commit 2f6db6c

Please sign in to comment.