Skip to content

Commit 81aeaa6

Browse files
committed
Upgrade workflow actions on Windows.
1 parent ff0ae9b commit 81aeaa6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
- uses: actions/setup-python@v5
1616
with:
1717
python-version: ${{ matrix.python-version }}
18-
- uses: microsoft/setup-msbuild@v1.1
18+
- uses: microsoft/setup-msbuild@v2
1919
- name: setup boost prerequisites
20-
uses: lukka/run-vcpkg@v6
20+
uses: lukka/run-vcpkg@v11
2121
with:
2222
vcpkgGitCommitId: '88b1071e39f13b632644d9d953738d345a4ac055'
2323
vcpkgDirectory: '${{ runner.workspace }}/vcpkg'

0 commit comments

Comments
 (0)