Skip to content

Commit d05d7d2

Browse files
dependabot[bot]glslang
authored andcommitted
ci(deps): 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/main/building-release.md) - [Commits](microsoft/setup-msbuild@v1.1...v1.3) --- updated-dependencies: - dependency-name: microsoft/setup-msbuild dependency-version: '1.3' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e84aadf commit d05d7d2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- stable
2323
steps:
2424
- uses: actions/checkout@v5
25-
- uses: microsoft/setup-msbuild@v2
25+
- uses: microsoft/setup-msbuild@v1.3
2626
- uses: glslang/setup-masm@v1.2
2727
with:
2828
vs-architecture: ${{ matrix.os == 'windows-11-arm' && 'arm64' || 'x64' }}

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: windows-latest
1616
steps:
1717
- uses: actions/checkout@v5
18-
- uses: microsoft/setup-msbuild@v1.1
18+
- uses: microsoft/setup-msbuild@v1.3
1919
- uses: glslang/setup-masm@v1
2020

2121
- name: Install Rust

0 commit comments

Comments
 (0)