diff --git a/.github/workflows/build_conda_linux.yml b/.github/workflows/build_conda_linux.yml index b9af57ad6d..be58aa2edc 100644 --- a/.github/workflows/build_conda_linux.yml +++ b/.github/workflows/build_conda_linux.yml @@ -92,7 +92,7 @@ jobs: # to have a conversation timeout-minutes: ${{ inputs.timeout }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: # Support the use case where we need to checkout someone's fork repository: ${{ inputs.test-infra-repository }}