diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 215de1e..8b475a5 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -20,10 +20,10 @@ jobs: uses: actions/checkout@v4.2.2 - name: Setup Visual Studio Development Environment - uses: compnerd/gha-setup-vsdevenv@f1ba60d553a3216ce1b89abe0201213536bc7557 # main as of 2024-11-12 + uses: compnerd/gha-setup-vsdevenv@a58873f43f4ff96f51e9ae9477722058828fcf7a # main as of 2025-03-07 - name: Install Swift - uses: compnerd/gha-setup-swift@b6c5fc1ed5b5439ada8e7661985acb09ad8c3ba2 # main as of 2024-11-12 + uses: compnerd/gha-setup-swift@15100508ed98274c660b39a3d171f9b9b80926c5 # main as of 2025-03-07 with: branch: swift-5.8-release tag: 5.8-RELEASE @@ -44,10 +44,10 @@ jobs: uses: actions/checkout@v4.2.2 - name: Setup Visual Studio Development Environment - uses: compnerd/gha-setup-vsdevenv@main + uses: compnerd/gha-setup-vsdevenv@a58873f43f4ff96f51e9ae9477722058828fcf7a # main as of 2025-03-07 - name: Install Swift - uses: compnerd/gha-setup-swift@b6c5fc1ed5b5439ada8e7661985acb09ad8c3ba2 # main as of 2024-11-12 + uses: compnerd/gha-setup-swift@15100508ed98274c660b39a3d171f9b9b80926c5 # main as of 2025-03-07 with: branch: swift-5.8-release tag: 5.8-RELEASE