diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2023-03-07 20:04:48 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-07 20:04:48 +0100 |
| commit | 5cd11f7416100af30509beacace01cdb0c558a5b (patch) | |
| tree | 902e514d97a557eeea38e2e603bbf2d710a8ed45 /.github | |
| parent | fb9336749b9127bd5118e6aabed06e928944a236 (diff) | |
update setup-msbuild (#2120)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0d1567a2..fea95f01 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -103,7 +103,7 @@ jobs: with: python-version: '3.8.x' architecture: 'x86' - - uses: microsoft/setup-msbuild@v1.0.2 + - uses: microsoft/setup-msbuild@v1.3.1 - name: install dependencies shell: bash run: | |
