Merge pull request #5 from ZGCA-Forge/dependabot/github_actions/actions/checkout-5

ci(deps): bump actions/checkout from 4 to 5
This commit is contained in:
Xuwznln
2025-09-05 01:27:15 +08:00
committed by GitHub
3 changed files with 13 additions and 13 deletions

View File

@@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
ref: ${{ github.event.inputs.branch || github.ref }}