Skip to content

Commit 8774ebf

Browse files
committed
Updated versions in build script.
1 parent 3fc5656 commit 8774ebf

1 file changed

Lines changed: 9 additions & 11 deletions

File tree

.github/workflows/msbuild.yml

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,18 @@ jobs:
3131
platform: ['x64']
3232

3333
steps:
34-
- uses: actions/checkout@v3
34+
- uses: actions/checkout@v4
3535
with:
3636
submodules: true
3737

3838
# Setup MSBuild
3939
- name: setup-msbuild
40-
uses: microsoft/setup-msbuild@v1.1
40+
uses: microsoft/setup-msbuild@v2
4141
if: ${{matrix.platform == 'x64' }}
4242
with:
4343
msbuild-architecture: x64
4444
- name: setup-msbuild
45-
uses: microsoft/setup-msbuild@v1.1
45+
uses: microsoft/setup-msbuild@v2
4646
if: ${{matrix.platform == 'Win32' }}
4747
with:
4848
msbuild-architecture: x86
@@ -63,11 +63,9 @@ jobs:
6363
echo ("VCPKG_INSTALLED_DIR=${{ github.workspace }}/src/vcpkg_installed/x64-windows/") >> $env:GITHUB_ENV
6464
mkdir $[env.VCPKG_INSTALLED_DIR]
6565
66-
# Install VCPCK
66+
# Install VCPKG
6767
- name: run-vcpkg
68-
# You may pin to the exact commit or the version.
69-
# uses: lukka/run-vcpkg@c5ce6a7de6e5ce834a25f7d55b6c250a275a6732
70-
uses: lukka/run-vcpkg@v10
68+
uses: lukka/run-vcpkg@v11
7169
with:
7270
runVcpkgInstall: true
7371
vcpkgDirectory: ${{ github.workspace }}\src\vcpkg\
@@ -145,10 +143,10 @@ jobs:
145143
platform: ['x64']
146144

147145
steps:
148-
- uses: actions/checkout@v3
146+
- uses: actions/checkout@v4
149147

150148
- name: Setup dotnet 8
151-
uses: actions/setup-dotnet@v1
149+
uses: actions/setup-dotnet@v4
152150
with:
153151
dotnet-version: '8.x'
154152

@@ -188,12 +186,12 @@ jobs:
188186

189187
# Build test solution
190188
- name: setup-msbuild
191-
uses: microsoft/setup-msbuild@v1.1
189+
uses: microsoft/setup-msbuild@v2
192190
if: ${{matrix.platform == 'x64' }}
193191
with:
194192
msbuild-architecture: x64
195193
- name: setup-msbuild
196-
uses: microsoft/setup-msbuild@v1.1
194+
uses: microsoft/setup-msbuild@v2
197195
if: ${{matrix.platform == 'Win32' }}
198196
with:
199197
msbuild-architecture: x86

0 commit comments

Comments
 (0)