Skip to content

Commit a3eb0c9

Browse files
committed
Update msbuild.yml
1 parent 88e4b33 commit a3eb0c9

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/msbuild.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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+
16
name: MSBuild
27

38
on:
@@ -23,7 +28,7 @@ jobs:
2328
runs-on: windows-latest
2429

2530
steps:
26-
- uses: actions/checkout@v3
31+
- uses: actions/checkout@v4
2732

2833
- name: Add MSBuild to PATH
2934
uses: microsoft/setup-msbuild@v1.0.2

0 commit comments

Comments
 (0)