Skip to content

Commit

Permalink
Updated to supported versions of github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikMogensen committed May 25, 2024
1 parent 9990a4f commit dc6fbb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
- name: Git configuration
run: git config --global core.autocrlf false

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Add MSBuild for VS 2022 to PATH
uses: microsoft/setup-msbuild@v1.1
uses: microsoft/setup-msbuild@v2
with:
vs-version: '[17.2,18.0)'

Expand Down

0 comments on commit dc6fbb6

Please sign in to comment.