Skip to content

Commit f37d07e

Browse files
authored
Update test.yml
updated actions/checkout to v4
1 parent 3404ff3 commit f37d07e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
build:
2424
runs-on: windows-latest
2525
steps:
26-
- uses: actions/checkout@v2
26+
- uses: actions/checkout@v4
2727

2828
- name: Setup MSBuild (vswhere-path)
2929
id: setup_msbuild_explicit
@@ -66,4 +66,4 @@ jobs:
6666
echo "Fallback: ${{ steps.setup_msbuild_fallback.outputs.msbuildPath }}"
6767
6868
- name: echo MSBuild
69-
run: msbuild -version
69+
run: msbuild -version

0 commit comments

Comments
 (0)