summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2023-03-07 20:04:48 +0100
committerGitHub <noreply@github.com>2023-03-07 20:04:48 +0100
commit5cd11f7416100af30509beacace01cdb0c558a5b (patch)
tree902e514d97a557eeea38e2e603bbf2d710a8ed45 /.github
parentfb9336749b9127bd5118e6aabed06e928944a236 (diff)
update setup-msbuild (#2120)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
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: |