]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
upgrade setup-msbuild from v1.1.3 to v1.3
authorElliot Gorokhovsky <embg@fb.com>
Thu, 5 Jan 2023 16:53:25 +0000 (08:53 -0800)
committerElliot Gorokhovsky <embg@fb.com>
Wed, 11 Jan 2023 18:11:55 +0000 (10:11 -0800)
.github/workflows/dev-short-tests.yml

index 2399d974dc5443f6e95525b38d049289d9cea567..edf22bad9f9fc3dd785e212fc31746e6d6ce1ee0 100644 (file)
@@ -245,7 +245,7 @@ jobs:
     steps:
     - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # tag=v3
     - name: Add MSBuild to PATH
-      uses: microsoft/setup-msbuild@34cfbaee7f672c76950673338facd8a73f637506 # tag=v1.1.3
+      uses: microsoft/setup-msbuild@v1.3
     - name: Build
       working-directory: ${{env.GITHUB_WORKSPACE}}
       run: |
@@ -458,7 +458,7 @@ jobs:
     steps:
     - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # tag=v3
     - name: Add MSBuild to PATH
-      uses: microsoft/setup-msbuild@34cfbaee7f672c76950673338facd8a73f637506 # tag=v1.1.3
+      uses: microsoft/setup-msbuild@v1.3
     - name: Build and run tests
       working-directory: ${{env.GITHUB_WORKSPACE}}
       env: