diff --git a/.github/workflows/linux_job.yml b/.github/workflows/linux_job.yml index ed5d6a3982..c26ac6c86f 100644 --- a/.github/workflows/linux_job.yml +++ b/.github/workflows/linux_job.yml @@ -141,7 +141,7 @@ jobs: echo "::endgroup::" - name: Checkout repository (${{ inputs.test-infra-repository }}@${{ inputs.test-infra-ref }}) - 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 }} @@ -165,7 +165,7 @@ jobs: docker exec -it $(docker container ps --format '{{.ID}}') bash - name: Checkout repository (${{ inputs.repository || github.repository }}@${{ inputs.ref }}) - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: # Support the use case where we need to checkout someone's fork repository: ${{ inputs.repository || github.repository }}