Skip to content

Commit f89d7fe

Browse files
committed
Updated CI dependencies
1 parent 46d17cc commit f89d7fe

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
with:
1111
fetch-depth: 0
1212
show-progress: false
13-
- uses: gittools/actions/gitversion/setup@v3.1.2
13+
- uses: gittools/actions/gitversion/setup@v3.2.0
1414
with:
1515
versionSpec: '5.12.x'
16-
- uses: gittools/actions/gitversion/execute@v3.1.2
16+
- uses: gittools/actions/gitversion/execute@v3.2.0
1717
id: gitversion
1818

1919
# Build
@@ -25,7 +25,7 @@ jobs:
2525
run: ./build.sh ${{steps.gitversion.outputs.nuGetVersion}}
2626
- name: Report test results
2727
if: always()
28-
uses: dorny/test-reporter@v1
28+
uses: dorny/test-reporter@v2
2929
with:
3030
name: Test Report
3131
reporter: dotnet-trx

0 commit comments

Comments
 (0)