diff --git a/.github/workflows/cpp-tests-classification.yml b/.github/workflows/cpp-tests-classification.yml index b777f27e41..fd16ababf6 100644 --- a/.github/workflows/cpp-tests-classification.yml +++ b/.github/workflows/cpp-tests-classification.yml @@ -89,7 +89,7 @@ jobs: rm -rf $VCPKG_ROOT/packages/* - name: Setup Bare tooling - uses: tetherto/qvac/.github/actions/setup-bare-tooling@926f6f14092fbacaa3606ea475457fddf37d9838 + uses: tetherto/qvac/.github/actions/setup-bare-tooling@12106231fbfef0bf12b2f4a150cff95f1dad67e4 with: shell_type: ${{ matrix.platform == 'win32' && 'powershell' || 'bash' }} diff --git a/.github/workflows/integration-test-classification-ggml.yml b/.github/workflows/integration-test-classification-ggml.yml index 060510ca1c..35c63855fb 100644 --- a/.github/workflows/integration-test-classification-ggml.yml +++ b/.github/workflows/integration-test-classification-ggml.yml @@ -69,7 +69,7 @@ jobs: token: ${{ secrets.PAT_TOKEN }} - name: Setup Bare runtime - uses: tetherto/qvac/.github/actions/setup-bare-tooling@926f6f14092fbacaa3606ea475457fddf37d9838 + uses: tetherto/qvac/.github/actions/setup-bare-tooling@12106231fbfef0bf12b2f4a150cff95f1dad67e4 with: shell_type: ${{ matrix.platform == 'win32' && 'powershell' || 'bash' }} diff --git a/.github/workflows/reusable-prebuilds.yml b/.github/workflows/reusable-prebuilds.yml index dc2fceb257..ed3d6526a2 100644 --- a/.github/workflows/reusable-prebuilds.yml +++ b/.github/workflows/reusable-prebuilds.yml @@ -214,7 +214,7 @@ jobs: rm -rf $VCPKG_ROOT/packages/* - name: Setup Bare tooling - uses: tetherto/qvac/.github/actions/setup-bare-tooling@926f6f14092fbacaa3606ea475457fddf37d9838 + uses: tetherto/qvac/.github/actions/setup-bare-tooling@12106231fbfef0bf12b2f4a150cff95f1dad67e4 with: shell_type: ${{ matrix.platform == 'win32' && 'powershell' || 'bash' }}