Skip to content

Commit c036f95

Browse files
authored
Merge pull request #8883 from diffblue/dependabot/github_actions/microsoft/setup-msbuild-3
Bump microsoft/setup-msbuild from 2 to 3
2 parents 7b4dcd7 + 6e556e7 commit c036f95

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pull-request-checks.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ jobs:
752752
with:
753753
submodules: recursive
754754
- name: Setup Visual Studio environment
755-
uses: microsoft/setup-msbuild@v2
755+
uses: microsoft/setup-msbuild@v3
756756
- name: Get current month for cache key
757757
id: cache-key
758758
run: echo "month=$(Get-Date -Format 'yyyy-MM')" >> $env:GITHUB_OUTPUT
@@ -834,7 +834,7 @@ jobs:
834834
with:
835835
submodules: recursive
836836
- name: Setup MSBuild
837-
uses: microsoft/setup-msbuild@v2
837+
uses: microsoft/setup-msbuild@v3
838838
- name: Get current month for cache key
839839
id: cache-key
840840
run: echo "month=$(Get-Date -Format 'yyyy-MM')" >> $env:GITHUB_OUTPUT
@@ -933,7 +933,7 @@ jobs:
933933
with:
934934
submodules: recursive
935935
- name: Setup Visual Studio environment
936-
uses: microsoft/setup-msbuild@v2
936+
uses: microsoft/setup-msbuild@v3
937937
- name: Get current month for cache key
938938
id: cache-key
939939
run: echo "month=$(Get-Date -Format 'yyyy-MM')" >> $env:GITHUB_OUTPUT

.github/workflows/release-packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ jobs:
248248
with:
249249
submodules: recursive
250250
- name: Setup Visual Studio environment
251-
uses: microsoft/setup-msbuild@v2
251+
uses: microsoft/setup-msbuild@v3
252252
- name: Get current month for cache key
253253
id: cache-key
254254
run: echo "month=$(Get-Date -Format 'yyyy-MM')" >> $env:GITHUB_OUTPUT

0 commit comments

Comments
 (0)