Merge pull request #100 from qist/dependabot-github_actions-actions-checkout-7

Bump actions/checkout from 6 to 7
This commit is contained in:
qist
2026-06-19 20:00:27 +08:00
committed by GitHub
+3 -3
View File
@@ -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