Skip to content

Bump actions/checkout from 4 to 5 #4882

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

Open
wants to merge 1 commit 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
4 changes: 2 additions & 2 deletions .github/workflows/auto-update-translator-cid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
shell: bash -noprofile --norc -eo pipefail -c "source /opt/intel/oneapi/setvars.sh > /dev/null; source {0}"
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 0
token: ${{ secrets.BOT_TOKEN }}
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:

- name: Checkout SPIRV-LLVM-Translator
if: ${{ env.TARGET_PRID == null }}
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: KhronosGroup/SPIRV-LLVM-Translator
ref: main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bandit-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
shell: bash
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Install Python
uses: actions/setup-python@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
name: Build MacOS
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
submodules: "true"
- name: Install brew dependencies
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-test-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
${{ toJSON(inputs) }}
EOF
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Load pip cache
id: pip-cache
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
EOF

- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Load pip cache
id: pip-cache
Expand Down Expand Up @@ -386,7 +386,7 @@ jobs:
needs: integration-tests
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Load pip cache
id: pip-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
timeout-minutes: 720
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Setup Python
uses: actions/setup-python@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
runs-on: Linux
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Load pip cache
id: pip-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- windows
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Install Python
uses: actions/setup-python@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Install Python 3.10
uses: actions/setup-python@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
outputs:
release_name: "${{ steps.release_name.outputs.name }}"
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
show-progress: false
submodules: 'recursive'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Checkout branch
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
EOF

- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Load pip cache
id: pip-cache
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:

- name: Clone pytorch benchmark
if: ${{ inputs.suite == 'torchbench' }}
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: ${{ env.BENCHMARK_REPO }}
ref: ${{ env.BENCHMARK_COMMIT_ID }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
EOF

- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Setup Python
uses: actions/setup-python@v5
Expand Down Expand Up @@ -213,7 +213,7 @@ jobs:

- name: Clone pytorch benchmark
if: inputs.suite == 'all' || inputs.suite == 'torchbench'
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: ${{ env.BENCHMARK_REPO }}
ref: ${{ env.BENCHMARK_COMMIT_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/inductor-tests-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
EOF

- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Install Python
uses: actions/setup-python@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/inductor-tests-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
EOF

- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Setup Python
uses: actions/setup-python@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-amd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
options: ${{ matrix.options }}
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
submodules: 'true'
- name: Compute cache keys
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-nvidia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
CCACHE_COMPRESS: "true"
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
submodules: "true"
- name: Compute cache keys
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ligerkernels-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
EOF

- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Install Python
if: ${{ !(inputs.use_pyenv_python || false) }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/llvm-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
steps:

- name: Checkout Repo
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
path: llvm-build

Expand All @@ -61,7 +61,7 @@ jobs:
echo "llvm_install_dir=${INSTALL_DIR}" >> ${GITHUB_ENV}

- name: Checkout LLVM
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: llvm/llvm-project
path: llvm-project
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
shell: bash -noprofile --norc -eo pipefail -c "source /opt/intel/oneapi/setvars.sh > /dev/null; source {0}"
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Install Python ${{ matrix.python }}
uses: actions/setup-python@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pip-test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- ${{ inputs.runner_label || 'a770' }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Setup Python
uses: actions/setup-python@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pip-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- runner-0.0.22
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Install Python
uses: actions/setup-python@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
- uses: actions/setup-python@v5
with:
python-version: '3.12'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/runner-preparation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
echo "enable_integration=true" >> $GITHUB_ENV
- name: Checkout post-submit commits
if: github.event_name == 'push'
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
# Only fetch two commits to check the latest changed files.
fetch-depth: 2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sglang-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
EOF

- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Install Python
if: ${{ !(inputs.use_pyenv_python || false) }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spirvrunner-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
timeout-minutes: 75 # equal to max + 3*std over the last 600 successful runs
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Install Python
uses: actions/setup-python@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/third-party-benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
EOF

- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Install Python
if: ${{ !(inputs.use_pyenv_python || false) }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/triton-benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
EOF

- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Install Python
if: ${{ !(inputs.use_pyenv_python || false) }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/try-latest-pytorch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
EOF

- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheels-pytorch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
max-parallel: 2
steps:
- name: Checkout Triton repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Setup Python
uses: actions/setup-python@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheels-triton.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
max-parallel: 2
steps:
- name: Checkout Triton repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Setup Python
uses: actions/setup-python@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
docker container prune -f

- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

# The LATEST_DATE here should be kept in sync with the one in Patch setup.py
- id: check-version
Expand Down
Loading