Skip to content

Commit d632087

Browse files
committed
upgrade actions
Signed-off-by: fufesou <[email protected]>
1 parent 306032f commit d632087

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/msbuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
Platform: ${{ matrix.platform }}
3131
steps:
3232
- name: Check out repository code
33-
uses: actions/checkout@v3
33+
uses: actions/checkout@v4
3434

3535
- name: Add MSBuild to PATH
36-
uses: microsoft/setup-msbuild@v1.0.2
36+
uses: microsoft/setup-msbuild@v2
3737

3838
- name: Try build driver test sign
3939
if: inputs.sign-mode == 'Test Sign'

0 commit comments

Comments
 (0)