Skip to content

Commit

Permalink
Bumped two further action script versions.
Browse files Browse the repository at this point in the history
Bumbed two further action script versions in order to fix deprecation
error for Windows CI build on GitHub.
  • Loading branch information
michaelonken committed Mar 8, 2024
1 parent e2429eb commit a569f56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
timeout-minutes: 30

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-tags: true
- uses: microsoft/setup-msbuild@v1.1
- uses: microsoft/setup-msbuild@v2
with:
vs-version: '17'
msbuild-architecture: x64
Expand Down

0 comments on commit a569f56

Please sign in to comment.