Skip to content

Commit 819fe26

Browse files
SP-1149: update version of actions/setup-dotnet
1 parent 78dbbf0 commit 819fe26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v3
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)