WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 3fb9f82

Browse files
Updating dotnet CI starter workflows (#2333)
* Update dotnet.yml Updating versions * Update dotnet-desktop.yml Bumping versions * Update ci/dotnet-desktop.yml Co-authored-by: Alexis Abril <[email protected]> --------- Co-authored-by: Alexis Abril <[email protected]>
1 parent 0327789 commit 3fb9f82

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

ci/dotnet-desktop.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,19 +63,19 @@ jobs:
6363

6464
steps:
6565
- name: Checkout
66-
uses: actions/checkout@v3
66+
uses: actions/checkout@v4
6767
with:
6868
fetch-depth: 0
6969

7070
# Install the .NET Core workload
7171
- name: Install .NET Core
72-
uses: actions/setup-dotnet@v3
72+
uses: actions/setup-dotnet@v4
7373
with:
74-
dotnet-version: 6.0.x
74+
dotnet-version: 8.0.x
7575

7676
# Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild
7777
- name: Setup MSBuild.exe
78-
uses: microsoft/setup-msbuild@v1.0.2
78+
uses: microsoft/setup-msbuild@v2
7979

8080
# Execute all unit tests in the solution
8181
- name: Execute unit tests

ci/dotnet.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
- name: Setup .NET
20-
uses: actions/setup-dotnet@v3
20+
uses: actions/setup-dotnet@v4
2121
with:
22-
dotnet-version: 6.0.x
22+
dotnet-version: 8.0.x
2323
- name: Restore dependencies
2424
run: dotnet restore
2525
- name: Build

0 commit comments

Comments
 (0)