We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3404ff3 commit f37d07eCopy full SHA for f37d07e
1 file changed
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
23
build:
24
runs-on: windows-latest
25
steps:
26
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
27
28
- name: Setup MSBuild (vswhere-path)
29
id: setup_msbuild_explicit
@@ -66,4 +66,4 @@ jobs:
66
echo "Fallback: ${{ steps.setup_msbuild_fallback.outputs.msbuildPath }}"
67
68
- name: echo MSBuild
69
- run: msbuild -version
+ run: msbuild -version
0 commit comments