From 7d077980edfad6d3ad4e357326922eac53ed8328 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 05:52:31 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/_ascend_npu_benchmark.yml | 6 +++--- .github/workflows/_ascend_npu_build_torch.yml | 2 +- .github/workflows/_ascend_npu_build_torch_npu.yml | 4 ++-- .github/workflows/_ascend_npu_torchtitan.yml | 4 ++-- .github/workflows/_ascend_npu_ut.yml | 4 ++-- .github/workflows/dispatch-event.yml | 2 +- .github/workflows/redispatch-event.yml | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/_ascend_npu_benchmark.yml b/.github/workflows/_ascend_npu_benchmark.yml index 2b8161f..615cea1 100644 --- a/.github/workflows/_ascend_npu_benchmark.yml +++ b/.github/workflows/_ascend_npu_benchmark.yml @@ -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 @@ -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 diff --git a/.github/workflows/_ascend_npu_build_torch.yml b/.github/workflows/_ascend_npu_build_torch.yml index 84f3383..ce5e112 100644 --- a/.github/workflows/_ascend_npu_build_torch.yml +++ b/.github/workflows/_ascend_npu_build_torch.yml @@ -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 }} diff --git a/.github/workflows/_ascend_npu_build_torch_npu.yml b/.github/workflows/_ascend_npu_build_torch_npu.yml index 3c3d450..a789555 100644 --- a/.github/workflows/_ascend_npu_build_torch_npu.yml +++ b/.github/workflows/_ascend_npu_build_torch_npu.yml @@ -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 diff --git a/.github/workflows/_ascend_npu_torchtitan.yml b/.github/workflows/_ascend_npu_torchtitan.yml index 07f554a..7b22335 100644 --- a/.github/workflows/_ascend_npu_torchtitan.yml +++ b/.github/workflows/_ascend_npu_torchtitan.yml @@ -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 diff --git a/.github/workflows/_ascend_npu_ut.yml b/.github/workflows/_ascend_npu_ut.yml index 5d0edd8..cb3f1bd 100644 --- a/.github/workflows/_ascend_npu_ut.yml +++ b/.github/workflows/_ascend_npu_ut.yml @@ -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 diff --git a/.github/workflows/dispatch-event.yml b/.github/workflows/dispatch-event.yml index 6ba26e8..d5b1b8d 100644 --- a/.github/workflows/dispatch-event.yml +++ b/.github/workflows/dispatch-event.yml @@ -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 diff --git a/.github/workflows/redispatch-event.yml b/.github/workflows/redispatch-event.yml index cee081e..8b63f00 100644 --- a/.github/workflows/redispatch-event.yml +++ b/.github/workflows/redispatch-event.yml @@ -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