We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88e4b33 commit a3eb0c9Copy full SHA for a3eb0c9
1 file changed
.github/workflows/msbuild.yml
@@ -1,3 +1,8 @@
1
+# This workflow uses actions that are not certified by GitHub.
2
+# They are provided by a third-party and are governed by
3
+# separate terms of service, privacy policy, and support
4
+# documentation.
5
+
6
name: MSBuild
7
8
on:
@@ -23,7 +28,7 @@ jobs:
23
28
runs-on: windows-latest
24
29
25
30
steps:
26
- - uses: actions/checkout@v3
31
+ - uses: actions/checkout@v4
27
32
33
- name: Add MSBuild to PATH
34
uses: microsoft/setup-msbuild@v1.0.2
0 commit comments