diff --git a/.github/workflows/gradle.yaml b/.github/workflows/gradle.yaml index 7dec25a39585..4e5ebe328e4c 100644 --- a/.github/workflows/gradle.yaml +++ b/.github/workflows/gradle.yaml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: kaidokert/checkout@v3.5.999 + - uses: actions/checkout@v4 timeout-minutes: 30 - name: Set up JDK 11 uses: actions/setup-java@v3 diff --git a/.github/workflows/label-cherry-pick.yaml b/.github/workflows/label-cherry-pick.yaml index 37dd6d62ab26..2f6a425f8ecc 100644 --- a/.github/workflows/label-cherry-pick.yaml +++ b/.github/workflows/label-cherry-pick.yaml @@ -61,7 +61,7 @@ jobs: CHERRY_PICK_BRANCH: cherry-pick-${{ matrix.target_branch }}-${{ github.event.pull_request.number }} steps: - name: Checkout repository - uses: kaidokert/checkout@v3.5.999 + uses: actions/checkout@v4 timeout-minutes: 30 with: ref: ${{ matrix.target_branch }} diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 2132af2c83c4..92bc21267e25 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -37,7 +37,7 @@ jobs: unzip /tmp/gn.zip -d /usr/local/bin rm /tmp/gn.zip - name: Checkout - uses: kaidokert/checkout@v3.5.999 + uses: actions/checkout@v4 timeout-minutes: 30 with: fetch-depth: 0 diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index d5e1c15b2bac..2ef8a2bbf191 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -76,7 +76,7 @@ jobs: ) steps: - id: checkout - uses: kaidokert/checkout@v3.5.999 + uses: actions/checkout@v4 timeout-minutes: 30 with: fetch-depth: 1 @@ -150,7 +150,7 @@ jobs: packages: write steps: - name: Checkout files - uses: kaidokert/checkout@v3.5.999 + uses: actions/checkout@v4 timeout-minutes: 30 with: fetch-depth: 0 @@ -186,7 +186,7 @@ jobs: runs-on: [self-hosted, linux-runner] steps: - name: Checkout files - uses: kaidokert/checkout@v3.5.999 + uses: actions/checkout@v4 timeout-minutes: 30 with: fetch-depth: 2 @@ -233,7 +233,7 @@ jobs: TMPDIR: /__w/_temp steps: - name: Checkout - uses: kaidokert/checkout@v3.5.999 + uses: actions/checkout@v4 timeout-minutes: 30 with: # Use fetch depth of 0 to get full history for a valid build id. @@ -337,7 +337,7 @@ jobs: MODULAR_BUILD: ${{ inputs.modular && 1 || 0 }} steps: - name: Checkout - uses: kaidokert/checkout@v3.5.999 + uses: actions/checkout@v4 timeout-minutes: 30 with: fetch-depth: 1 @@ -369,7 +369,7 @@ jobs: MODULAR_BUILD: ${{ inputs.modular && 1 || 0 }} steps: - name: Checkout - uses: kaidokert/checkout@v3.5.999 + uses: actions/checkout@v4 timeout-minutes: 30 with: fetch-depth: 1 diff --git a/.github/workflows/main_win.yaml b/.github/workflows/main_win.yaml index 146424bc2b74..77c2a71f47b8 100644 --- a/.github/workflows/main_win.yaml +++ b/.github/workflows/main_win.yaml @@ -63,7 +63,7 @@ jobs: ) steps: - id: Checkout - uses: kaidokert/checkout@v3.5.999 # Temporary version + uses: actions/checkout@v4 with: fetch-depth: 1 persist-credentials: false @@ -135,7 +135,7 @@ jobs: runs-on: windows-2019 steps: - name: Checkout files - uses: kaidokert/checkout@v3.5.999 + uses: actions/checkout@v4 with: fetch-depth: 0 persist-credentials: false @@ -169,7 +169,7 @@ jobs: config: [devel, debug, qa, gold] steps: - name: Checkout - uses: kaidokert/checkout@v3.5.999 + uses: actions/checkout@v4 with: # Use fetch depth of 0 to get full history for a valid build id. fetch-depth: 0 @@ -206,7 +206,7 @@ jobs: MODULAR_BUILD: ${{ inputs.modular && 1 || 0 }} steps: - name: Checkout - uses: kaidokert/checkout@v3.5.999 + uses: actions/checkout@v4 with: fetch-depth: 1 persist-credentials: false diff --git a/.github/workflows/manual-cherry-pick.yaml b/.github/workflows/manual-cherry-pick.yaml index f48cb117defc..bfdc95ac4f2f 100644 --- a/.github/workflows/manual-cherry-pick.yaml +++ b/.github/workflows/manual-cherry-pick.yaml @@ -46,7 +46,7 @@ jobs: GITHUB_REF: ${{ github.ref }} steps: - name: Checkout code - uses: kaidokert/checkout@v3.5.999 + uses: actions/checkout@v4 timeout-minutes: 30 with: ref: ${{ env.RELEASE_BRANCH }} diff --git a/.github/workflows/nightly_trigger.yaml b/.github/workflows/nightly_trigger.yaml index 22f155674572..6c6a0e235477 100644 --- a/.github/workflows/nightly_trigger.yaml +++ b/.github/workflows/nightly_trigger.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: kaidokert/checkout@v3.5.999 + uses: actions/checkout@v4 with: fetch-depth: 1 ref: 23.lts.1+ @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: kaidokert/checkout@v3.5.999 + uses: actions/checkout@v4 with: fetch-depth: 1 ref: 22.lts.1+ @@ -54,7 +54,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: kaidokert/checkout@v3.5.999 + uses: actions/checkout@v4 with: fetch-depth: 1 ref: 21.lts.1+ @@ -73,7 +73,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: kaidokert/checkout@v3.5.999 + uses: actions/checkout@v4 with: fetch-depth: 1 ref: 20.lts.1+ @@ -91,7 +91,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: kaidokert/checkout@v3.5.999 + uses: actions/checkout@v4 with: fetch-depth: 1 ref: 19.lts.1+ @@ -109,7 +109,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: kaidokert/checkout@v3.5.999 + uses: actions/checkout@v4 with: fetch-depth: 1 ref: rc_11 @@ -127,7 +127,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: kaidokert/checkout@v3.5.999 + uses: actions/checkout@v4 with: fetch-depth: 1 ref: COBALT_9 diff --git a/.github/workflows/nightly_trigger_24.lts.1+.yaml b/.github/workflows/nightly_trigger_24.lts.1+.yaml index 45ca3996b958..531306ee94ec 100644 --- a/.github/workflows/nightly_trigger_24.lts.1+.yaml +++ b/.github/workflows/nightly_trigger_24.lts.1+.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: kaidokert/checkout@v3.5.999 + uses: actions/checkout@v4 with: fetch-depth: 1 ref: 24.lts.1+ diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 1b282e407929..9a66b79b719a 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -23,7 +23,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout - uses: kaidokert/checkout@v3.5.999 + uses: actions/checkout@v4 with: fetch-depth: 1 persist-credentials: false diff --git a/.github/workflows/workflow_trigger.yaml b/.github/workflows/workflow_trigger.yaml index 402b41ff3539..c226cc08b05e 100644 --- a/.github/workflows/workflow_trigger.yaml +++ b/.github/workflows/workflow_trigger.yaml @@ -38,7 +38,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: kaidokert/checkout@v3.5.999 + uses: actions/checkout@v4 with: fetch-depth: 1 ref: ${{ github.event.branch }}