We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1d1fc1 commit f0fc805Copy full SHA for f0fc805
.github/workflows/pr-checks.yml
@@ -59,20 +59,20 @@ jobs:
59
60
steps:
61
- name: Checkout
62
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
63
with:
64
fetch-depth: 0
65
66
# Install the .NET Core workload
67
- name: Install .NET ${{ matrix.dotnet-version }}
68
if: ${{ matrix.dotnet-version == '6.0.x' }}
69
- uses: actions/setup-dotnet@v3
+ uses: actions/setup-dotnet@v4
70
71
dotnet-version: ${{ matrix.dotnet-version }}
72
73
# Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild
74
- name: Setup MSBuild.exe
75
- uses: microsoft/setup-msbuild@v1.3.1
+ uses: microsoft/setup-msbuild@v2
76
77
# Build all framework versions
78
- name: Build all
0 commit comments