Merge pull request #773 from QYG2297248353/renovate/actions-checkout-4.x

chore(deps): update actions/checkout action to v4
This commit is contained in:
新疆萌森软件开发工作室 2024-11-28 17:33:20 +08:00 committed by GitHub
commit 9775d28b47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v4