From 23b86bd6dd18b4a96c6909a66be0b8df144c0c7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 23:03:22 +0000 Subject: [PATCH] Bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [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/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/run.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml index 863cbf0d..e460de2e 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -14,7 +14,7 @@ jobs: continue-on-error: true steps: - name: Checkout the branch - uses: actions/checkout@v6 + uses: actions/checkout@v7 # - name: wget the xiaosa # run: | @@ -63,7 +63,7 @@ jobs: continue-on-error: true steps: - name: Checkout the branch - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: fty tools run: | @@ -95,7 +95,7 @@ jobs: if: always() steps: - name: Checkout the branch - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Download xiaosa artifacts uses: actions/download-artifact@v8