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 continue-on-error: true
steps: steps:
- name: Checkout the branch - name: Checkout the branch
uses: actions/checkout@v6 uses: actions/checkout@v7
# - name: wget the xiaosa # - name: wget the xiaosa
# run: | # run: |
@@ -63,7 +63,7 @@ jobs:
continue-on-error: true continue-on-error: true
steps: steps:
- name: Checkout the branch - name: Checkout the branch
uses: actions/checkout@v6 uses: actions/checkout@v7
- name: fty tools - name: fty tools
run: | run: |
@@ -95,7 +95,7 @@ jobs:
if: always() if: always()
steps: steps:
- name: Checkout the branch - name: Checkout the branch
uses: actions/checkout@v6 uses: actions/checkout@v7
- name: Download xiaosa artifacts - name: Download xiaosa artifacts
uses: actions/download-artifact@v8 uses: actions/download-artifact@v8