From 72cd32eec9f9a0d71a71576a565771103958af1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Dec 2022 16:14:57 +0000 Subject: [PATCH] Bump microsoft/setup-msbuild from 1.1 to 1.3 Bumps [microsoft/setup-msbuild](https://github.com/microsoft/setup-msbuild) from 1.1 to 1.3. - [Release notes](https://github.com/microsoft/setup-msbuild/releases) - [Changelog](https://github.com/microsoft/setup-msbuild/blob/master/building-release.md) - [Commits](https://github.com/microsoft/setup-msbuild/compare/v1.1...v1.3) --- updated-dependencies: - dependency-name: microsoft/setup-msbuild dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/daily_build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ce875809..5c7f4ca6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: runs-on: windows-2019 steps: - uses: actions/checkout@v3 - - uses: microsoft/setup-msbuild@v1.1 + - uses: microsoft/setup-msbuild@v1.3 - name: Get Versions run: | Get-Content "VERSION" | Foreach-Object { diff --git a/.github/workflows/daily_build.yml b/.github/workflows/daily_build.yml index 4a5b65df..8cefabbf 100644 --- a/.github/workflows/daily_build.yml +++ b/.github/workflows/daily_build.yml @@ -17,7 +17,7 @@ jobs: runs-on: windows-2019 steps: - uses: actions/checkout@v3 - - uses: microsoft/setup-msbuild@v1.1 + - uses: microsoft/setup-msbuild@v1.3 - name: Get Versions run: | Get-Content "VERSION" | Foreach-Object {