Skip to content

Commit 0972b9e

Browse files
chore(deps): update actions/setup-dotnet action to v4.3.1
1 parent f2020a4 commit 0972b9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/.github/workflows/_unit_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- run: npm i -g npm@latest
2626
- run: npm ci
2727

28-
- uses: actions/setup-dotnet@v4.0.1
28+
- uses: actions/setup-dotnet@v4.3.1
2929
with:
3030
dotnet-version: "8.x"
3131

0 commit comments

Comments
 (0)