diff --git a/.github/workflows/ts-run-tests.yaml b/.github/workflows/ts-run-tests.yaml index 19ad0024c..d24db07cc 100644 --- a/.github/workflows/ts-run-tests.yaml +++ b/.github/workflows/ts-run-tests.yaml @@ -14,7 +14,7 @@ jobs: with: submodules: 'false' - name: 'Install the latest Aptos CLI' - uses: './.github/actions/get-latest-aptos-cli' + uses: 'aptos-labs/aptos-core/.github/actions/get-latest-cli@8792eef' with: destination_directory: '/usr/local/bin' - uses: './.github/actions/ts-run-tests'