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