Skip to content

Commit af379e2

Browse files
committed
update ci runner
1 parent be823ee commit af379e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-smoke-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v2
16-
- uses: actions/setup-dotnet@v1.6.0
16+
- uses: actions/setup-dotnet@v1
1717
with:
1818
dotnet-version: '3.1.x'
1919
- run: dotnet build src/Regula.DocumentReader.NetCoreExample -c Release

0 commit comments

Comments
 (0)