Skip to content

Commit 4c3ff71

Browse files
committed
Update NUnit pipeline dependencies
1 parent 97728e5 commit 4c3ff71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nunit-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ jobs:
245245
run: dotnet build -c ${{ env.CONFIG }}
246246

247247
- name: Run NUnit Integration Tests
248-
uses: b3b00/coverlet-action@1.3.5-alpha2
248+
uses: b3b00/coverlet-action@1.3.2
249249
with:
250250
testProject: ${{ env.M_NUNIT_PROJECT }}
251251
output: ${{ env.NUNIT_INTEGRATION_COVERAGE_FILENAME }}
@@ -277,7 +277,7 @@ jobs:
277277
run: dotnet build -c ${{ env.CONFIG }}
278278

279279
- name: Run NUnit Real Integration Tests
280-
uses: b3b00/coverlet-action@1.3.5-alpha2
280+
uses: b3b00/coverlet-action@1.3.2
281281
with:
282282
testProject: ${{ env.M_RD_NUNIT_PROJECT }}
283283
output: ${{ env.NUNIT_RD_INTEGRATION_COVERAGE_FILENAME }}

0 commit comments

Comments
 (0)