Skip to content

Commit e957b85

Browse files
Update test.yml
1 parent 3044db4 commit e957b85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Checkout code
2828
uses: actions/checkout@v2
2929
- name: Setup .NET 8
30-
uses: actions/setup-dotnet@v4.3.1
30+
uses: actions/setup-dotnet@v1.9.1
3131
with:
3232
dotnet-version: 8.0.100
3333
- name: Build using .NET 8
@@ -36,7 +36,7 @@ jobs:
3636
3737
dotnet build ${{ env.NETCORE_TEST_PROJECT }} -c Release
3838
- name: Setup .NET [Core] ${{ matrix.dotnet }}
39-
uses: actions/setup-dotnet@v4.3.1
39+
uses: actions/setup-dotnet@v1.9.1
4040
with:
4141
dotnet-version: '${{ matrix.dotnet }}'
4242
- name: List .NET SDKs

0 commit comments

Comments
 (0)