Skip to content

Commit ba37e94

Browse files
committed
use actions/setup-dotnet@v3
1 parent 6a24eab commit ba37e94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v2
1515

1616
- name: setup dotnet
17-
uses: actions/setup-dotnet@v2
17+
uses: actions/setup-dotnet@v3
1818
with:
1919
dotnet-version: 7.0.x
2020

0 commit comments

Comments
 (0)