Skip to content
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/cpu-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
python-version: ["3.10", "3.11", "3.12"]
steps:
- name: Check out code
uses: actions/checkout@v5
uses: actions/checkout@v7

- name: Set up Python
uses: actions/setup-python@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/eval-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
fi

- name: Check out code
uses: actions/checkout@v5
uses: actions/checkout@v7
with:
ref: ${{ inputs.ref || github.sha }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gemm-sweep-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

steps:
- name: Checkout AORTA repository
uses: actions/checkout@v5
uses: actions/checkout@v7
with:
repository: ROCm/aorta
ref : prosenj_gh_action
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:


- name: Checkout aorta-report repository
uses: actions/checkout@v5
uses: actions/checkout@v7
with:
repository: ROCm/aorta-report
ref: main
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gpu-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
fi

- name: Check out code
uses: actions/checkout@v5
uses: actions/checkout@v7

- name: Set up ROCm CI container
uses: ./.github/actions/rocm-ci-setup
Expand Down Expand Up @@ -263,7 +263,7 @@ jobs:
fi

- name: Check out code
uses: actions/checkout@v5
uses: actions/checkout@v7

- name: Set up ROCm CI container
uses: ./.github/actions/rocm-ci-setup
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lock-requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
fi

- name: Check out code
uses: actions/checkout@v5
uses: actions/checkout@v7

- name: Set up ROCm CI container
uses: ./.github/actions/rocm-ci-setup
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v5
uses: actions/checkout@v7
with:
fetch-depth: 0 # full history + tags so setuptools_scm / bump_version see the latest release

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
# Always deploy the landing page + dashboard generator from main, even for a
# manual workflow_dispatch off another ref, so Pages content is deterministic.
- name: Check out main
uses: actions/checkout@v5
uses: actions/checkout@v7
with:
ref: main

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: Check out code
uses: actions/checkout@v5
uses: actions/checkout@v7

- name: Set up Python
uses: actions/setup-python@v6
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rccl-warp-speed-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

steps:
- name: Checkout AORTA repository
uses: actions/checkout@v5
uses: actions/checkout@v7
with:
repository: ROCm/aorta
ref: ${{ github.ref }}
Expand Down Expand Up @@ -356,7 +356,7 @@ jobs:
path: results

- name: Checkout aorta-report repository
uses: actions/checkout@v5
uses: actions/checkout@v7
with:
repository: ROCm/aorta-report
ref: main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/refresh-baselines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
fi

- name: Check out code
uses: actions/checkout@v5
uses: actions/checkout@v7

- name: Set up ROCm CI container
uses: ./.github/actions/rocm-ci-setup
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v5
uses: actions/checkout@v7
with:
fetch-depth: 0 # full history + tags so setuptools_scm can derive the version

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sanitizers-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
timeout-minutes: 120
steps:
- name: Check out code
uses: actions/checkout@v5
uses: actions/checkout@v7

- name: Set up Python
uses: actions/setup-python@v6
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
permissions:
contents: write # push dashboard to the sanitizer-results branch
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
- uses: actions/download-artifact@v4
# A failed GPU job may leave no artifact at all; don't hard-fail the
# publish job -- we still want to record the failure on the public page.
Expand Down