Skip to content

Commit 7b715ad

Browse files
chcgdonho
authored andcommitted
Update outdated CI actions to avoid warnings:
The following actions uses Node.js version which is deprecated and will be forced to run on node20: microsoft/setup-msbuild@v1, nuget/setup-nuget@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/ Close #65
1 parent 71fd687 commit 7b715ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
uses: actions/checkout@v4
1616

1717
- name: Add msbuild to PATH
18-
uses: microsoft/setup-msbuild@v1
18+
uses: microsoft/setup-msbuild@v2
1919

2020
- name: Setup NuGet.exe
21-
uses: nuget/setup-nuget@v1
21+
uses: nuget/setup-nuget@v2
2222

2323
- name: Restore
2424
working-directory: .

0 commit comments

Comments
 (0)