From b00ffe284311e9ce7b9505035e93005c558623fb Mon Sep 17 00:00:00 2001 From: kaoru Date: Sat, 8 Jun 2024 17:02:44 +0900 Subject: [PATCH] Update the GitHub Actions scripts #320 --- .github/workflows/windows-visualcpp.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/windows-visualcpp.yml b/.github/workflows/windows-visualcpp.yml index 421e6675..082c9646 100644 --- a/.github/workflows/windows-visualcpp.yml +++ b/.github/workflows/windows-visualcpp.yml @@ -47,7 +47,7 @@ jobs: needs: boost_download steps: - name: Install older build tool - uses: thepwrtank18/install-vs-components@v1 + uses: thepwrtank18/install-vs-components@v1.0.0 with: components: Microsoft.VisualStudio.ComponentGroup.VC.Tools.142.x86.x64 @@ -84,7 +84,7 @@ jobs: needs: boost_download steps: - name: Install older build tool - uses: thepwrtank18/install-vs-components@v1 + uses: thepwrtank18/install-vs-components@v1.0.0 with: components: Microsoft.VisualStudio.ComponentGroup.VC.Tools.142.x86.x64 @@ -121,7 +121,7 @@ jobs: needs: boost_download steps: - name: Install older build tool - uses: thepwrtank18/install-vs-components@v1 + uses: thepwrtank18/install-vs-components@v1.0.0 with: components: Microsoft.VisualStudio.ComponentGroup.VC.Tools.142.x86.x64 @@ -158,7 +158,7 @@ jobs: needs: boost_download steps: - name: Install older build tool - uses: thepwrtank18/install-vs-components@v1 + uses: thepwrtank18/install-vs-components@v1.0.0 with: components: Microsoft.VisualStudio.ComponentGroup.VC.Tools.142.x86.x64