Skip to content

Commit 9628368

Browse files
committed
fix ut ppl
1 parent 468aed0 commit 9628368

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/ci_ut_workflow.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,17 @@ jobs:
2323
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
2424
permissions: read-all
2525
steps:
26-
- uses: actions/checkout@v2
26+
- uses: actions/checkout@v4
2727
- name: Set up Python ${{ matrix.python-version }}
2828
uses: actions/setup-python@v2
2929
with:
3030
python-version: ${{ matrix.python-version }}
31-
- name: Set up Dotnet 3.1.x
32-
uses: actions/setup-dotnet@v1
33-
with:
34-
dotnet-version: "3.1.x"
3531
- name: Set up Dotnet 6.x
36-
uses: actions/setup-dotnet@v1
32+
uses: actions/setup-dotnet@v4
3733
with:
3834
dotnet-version: "6.x"
3935
- name: Set up Dotnet 8.0.x
40-
uses: actions/setup-dotnet@v1
36+
uses: actions/setup-dotnet@v4
4137
with:
4238
dotnet-version: "8.0.x"
4339
- name: Install dependencies and the worker

0 commit comments

Comments
 (0)