Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert checkout action to upstream #2169

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/label-cherry-pick.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/main_win.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-cherry-pick.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/nightly_trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand All @@ -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+
Expand All @@ -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+
Expand All @@ -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+
Expand All @@ -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+
Expand All @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly_trigger_24.lts.1+.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow_trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
Loading