Skip to content

Bump actions/checkout from 4 to 5 #63

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
6 changes: 3 additions & 3 deletions .github/workflows/_ascend_npu_benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ jobs:
git config --global url."https://gh-proxy.test.osinfra.cn/https://github.com/".insteadOf https://github.com/

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

- name: Checkout benchmark
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: pytorch/benchmark
path: benchmark
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
- benchmark
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Download README.md
uses: actions/download-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_ascend_npu_build_torch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
git config --global url."https://gh-proxy.test.osinfra.cn/https://github.com/".insteadOf https://github.com/

- name: Checkout PyTorch
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: pytorch/pytorch
ref: ${{ inputs.ref }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/_ascend_npu_build_torch_npu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ jobs:
git config --global url."https://gh-proxy.test.osinfra.cn/https://github.com/".insteadOf https://github.com/

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

- name: Checkout torch_npu
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: Ascend/pytorch
submodules: recursive
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/_ascend_npu_torchtitan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ jobs:
git config --global url."https://gh-proxy.test.osinfra.cn/https://github.com/".insteadOf https://github.com/

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

- name: Checkout benchmark
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: pytorch/torchtitan
path: torchtitan
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/_ascend_npu_ut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ jobs:
git config --global url."https://gh-proxy.test.osinfra.cn/https://github.com/".insteadOf https://github.com/

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

- name: Checkout torch_npu
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: Ascend/pytorch
path: torch_npu
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dispatch-event.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
prs: ${{ steps.list-pr.outputs.prs }}
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

# List PRs created in the past 24 hours
- name: List PyTorch PRs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/redispatch-event.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Print PR event payload
continue-on-error: true
Expand Down