Skip to content

Commit

Permalink
Update setup-dotnet version
Browse files Browse the repository at this point in the history
  • Loading branch information
MSDN-WhiteKnight committed Sep 24, 2024
1 parent dba6dc9 commit ff089fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/netstd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: '3.1.100'
- name: Build with dotnet
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: '3.1.100'
- name: Build with dotnet
Expand Down

0 comments on commit ff089fe

Please sign in to comment.