Update actions/checkout action to v4

This commit is contained in:
renovate[bot]
2025-07-05 03:56:50 +00:00
committed by 严浩
parent 661c7b87c1
commit b4a2caa64a

View File

@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code # Required to use the local version of the action
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: 准备部署文件 (Testing working_dir and dist_dir)
run: |