diff --git a/.github/workflows/build_impl.yml b/.github/workflows/build_impl.yml index 99f9ede3f8..6ae6ddfb2a 100644 --- a/.github/workflows/build_impl.yml +++ b/.github/workflows/build_impl.yml @@ -88,7 +88,7 @@ jobs: ref: ${{ github.ref }} - name: Prepare runner - uses: XRPLF/actions/.github/actions/prepare_runner@dabd6e67fd6780379c48eedb83df189626f1158d + uses: XRPLF/actions/.github/actions/prepare-runner@7951b682e5a2973b28b0719a72f01fc4b0d0c34f with: disable_ccache: ${{ inputs.disable_cache }} diff --git a/.github/workflows/check_libxrpl.yml b/.github/workflows/check_libxrpl.yml index 3ca8cd9e1a..f1cf3ba554 100644 --- a/.github/workflows/check_libxrpl.yml +++ b/.github/workflows/check_libxrpl.yml @@ -25,7 +25,7 @@ jobs: fetch-depth: 0 - name: Prepare runner - uses: XRPLF/actions/.github/actions/prepare_runner@dabd6e67fd6780379c48eedb83df189626f1158d + uses: XRPLF/actions/.github/actions/prepare-runner@7951b682e5a2973b28b0719a72f01fc4b0d0c34f with: disable_ccache: true diff --git a/.github/workflows/clang-tidy.yml b/.github/workflows/clang-tidy.yml index e6d9fc24bf..72d3682bae 100644 --- a/.github/workflows/clang-tidy.yml +++ b/.github/workflows/clang-tidy.yml @@ -37,7 +37,7 @@ jobs: fetch-depth: 0 - name: Prepare runner - uses: XRPLF/actions/.github/actions/prepare_runner@dabd6e67fd6780379c48eedb83df189626f1158d + uses: XRPLF/actions/.github/actions/prepare-runner@7951b682e5a2973b28b0719a72f01fc4b0d0c34f with: disable_ccache: true diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 712c4390e7..89273e0191 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -23,7 +23,7 @@ jobs: lfs: true - name: Prepare runner - uses: XRPLF/actions/.github/actions/prepare_runner@dabd6e67fd6780379c48eedb83df189626f1158d + uses: XRPLF/actions/.github/actions/prepare-runner@7951b682e5a2973b28b0719a72f01fc4b0d0c34f with: disable_ccache: true diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index d009dc103b..2958644583 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - name: Prepare runner - uses: XRPLF/actions/.github/actions/prepare_runner@dabd6e67fd6780379c48eedb83df189626f1158d + uses: XRPLF/actions/.github/actions/prepare-runner@7951b682e5a2973b28b0719a72f01fc4b0d0c34f with: disable_ccache: true diff --git a/.github/workflows/release_impl.yml b/.github/workflows/release_impl.yml index 7742729893..e1879a055e 100644 --- a/.github/workflows/release_impl.yml +++ b/.github/workflows/release_impl.yml @@ -56,7 +56,7 @@ jobs: fetch-depth: 0 - name: Prepare runner - uses: XRPLF/actions/.github/actions/prepare_runner@dabd6e67fd6780379c48eedb83df189626f1158d + uses: XRPLF/actions/.github/actions/prepare-runner@7951b682e5a2973b28b0719a72f01fc4b0d0c34f with: disable_ccache: true diff --git a/.github/workflows/upload_conan_deps.yml b/.github/workflows/upload_conan_deps.yml index 4a1b9dc548..35791149cf 100644 --- a/.github/workflows/upload_conan_deps.yml +++ b/.github/workflows/upload_conan_deps.yml @@ -71,7 +71,7 @@ jobs: - uses: actions/checkout@v4 - name: Prepare runner - uses: XRPLF/actions/.github/actions/prepare_runner@dabd6e67fd6780379c48eedb83df189626f1158d + uses: XRPLF/actions/.github/actions/prepare-runner@7951b682e5a2973b28b0719a72f01fc4b0d0c34f with: disable_ccache: true