Skip to content

Commit f0fc805

Browse files
committed
Update pr-checks.yml
Update action dependencies to versions using node 20
1 parent d1d1fc1 commit f0fc805

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pr-checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,20 +59,20 @@ jobs:
5959

6060
steps:
6161
- name: Checkout
62-
uses: actions/checkout@v3
62+
uses: actions/checkout@v4
6363
with:
6464
fetch-depth: 0
6565

6666
# Install the .NET Core workload
6767
- name: Install .NET ${{ matrix.dotnet-version }}
6868
if: ${{ matrix.dotnet-version == '6.0.x' }}
69-
uses: actions/setup-dotnet@v3
69+
uses: actions/setup-dotnet@v4
7070
with:
7171
dotnet-version: ${{ matrix.dotnet-version }}
7272

7373
# Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild
7474
- name: Setup MSBuild.exe
75-
uses: microsoft/setup-msbuild@v1.3.1
75+
uses: microsoft/setup-msbuild@v2
7676

7777
# Build all framework versions
7878
- name: Build all

0 commit comments

Comments
 (0)