Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
updated  actions/checkout to v4
  • Loading branch information
mosfet80 authored Jan 16, 2024
1 parent 3404ff3 commit f37d07e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -66,4 +66,4 @@ jobs:
echo "Fallback: ${{ steps.setup_msbuild_fallback.outputs.msbuildPath }}"
- name: echo MSBuild
run: msbuild -version
run: msbuild -version

0 comments on commit f37d07e

Please sign in to comment.