diff --git a/.github/workflows/self_hosted_build_and_test.yml b/.github/workflows/self_hosted_build_and_test.yml index 4c195d75b69..552e2e66d73 100644 --- a/.github/workflows/self_hosted_build_and_test.yml +++ b/.github/workflows/self_hosted_build_and_test.yml @@ -22,7 +22,7 @@ jobs: runs-on: ${{ matrix.runner }} steps: - name: Checkout EnergyPlus - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{ github.event.inputs.ref || github.ref }}