Update test.yml

updated  actions/checkout to v4
This commit is contained in:
mosfet80 2024-01-16 01:01:19 +01:00 committed by GitHub
parent 3404ff3d40
commit f37d07ecbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup MSBuild (vswhere-path)
id: setup_msbuild_explicit
@ -66,4 +66,4 @@ jobs:
echo "Fallback: ${{ steps.setup_msbuild_fallback.outputs.msbuildPath }}"
- name: echo MSBuild
run: msbuild -version
run: msbuild -version