Skip to content

Commit

Permalink
Merge pull request #50 from artehe/Update-dotnet.yml
Browse files Browse the repository at this point in the history
Update dotnet.yml
  • Loading branch information
artehe authored Jul 1, 2024
2 parents b84bd0d + 0f81b6e commit 20e1897
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
test:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4.1.7
- name: Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: 6.0.x
- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1.3.1
uses: microsoft/setup-msbuild@v2
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand All @@ -31,13 +31,13 @@ jobs:
needs: test
if: github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4.1.7
- name: Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: 6.0.x
- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1.3.1
uses: microsoft/setup-msbuild@v2.0.0
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand Down

0 comments on commit 20e1897

Please sign in to comment.