Skip to content

Commit e033079

Browse files
committed
- Update dotnet version from 7 to 8 in GitHub unit test workflow.
- Update GitHub actions to latest major version due to deprecation of older Node.js version.
1 parent 901d6c1 commit e033079

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pull-request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
dotnet-version: ["7.0.x"]
10+
dotnet-version: ["8.0.x"]
1111

1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
- name: Setup .NET Core SDK ${{ matrix.dotnet-version }}
15-
uses: actions/setup-dotnet@v3
15+
uses: actions/setup-dotnet@v4
1616
with:
1717
dotnet-version: ${{ matrix.dotnet-version }}
1818
- name: Install dependencies

0 commit comments

Comments
 (0)