Skip to content

Commit 39a4585

Browse files
committed
ci: Upgrade actions/setup-dotnet
1 parent c4ce5da commit 39a4585

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/csharp-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Csharp Lint
1+
name: C# Lint
22

33
on:
44
pull_request:
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717

1818
- name: Setup .NET Core SDK
19-
uses: actions/setup-dotnet@v1.7.2
19+
uses: actions/setup-dotnet@v4
2020
with:
2121
dotnet-version: 5.0.x
2222

.github/workflows/csharp-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616

1717
- name: Setup .NET Core SDK
18-
uses: actions/setup-dotnet@v1.7.2
18+
uses: actions/setup-dotnet@v4
1919
with:
2020
dotnet-version: 5.0.x
2121

0 commit comments

Comments
 (0)