From 1c7b58467a107ada125d11380a17079e6916d04d Mon Sep 17 00:00:00 2001 From: Huy Do Date: Wed, 13 Nov 2024 17:25:49 -0800 Subject: [PATCH] One more left --- .github/workflows/linux_job_v2.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux_job_v2.yml b/.github/workflows/linux_job_v2.yml index 927efd44f7..4c26c0b3d3 100644 --- a/.github/workflows/linux_job_v2.yml +++ b/.github/workflows/linux_job_v2.yml @@ -143,7 +143,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 }} @@ -167,7 +167,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 }}