feat: upgrade workflow checkout version v5 (#4381)

feat: upgrade workflow checkout version v5

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
houseme
2025-08-22 21:58:00 +08:00
committed by GitHub
parent 0c2f60468b
commit a6dbf4b7eb
9 changed files with 18 additions and 19 deletions

View File

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Setup Golang ${{ matrix.go-version }}
uses: actions/setup-go@v5
with: