Browse Source

Update test.yaml to use microsoft/[email protected]

yhirose 2 years ago
parent
commit
8f96b69a25
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/test.yaml

+ 1 - 1
.github/workflows/test.yaml

@@ -32,7 +32,7 @@ jobs:
       run: cd test && make fuzz_test
     - name: setup msbuild on windows
       if: matrix.os == 'windows-latest'
-      uses: microsoft/setup-msbuild@v1.0.2
+      uses: microsoft/setup-msbuild@v1.1
     - name: make-windows
       if: matrix.os == 'windows-latest'
       run: |