1
0
Fork 0

Update actions/checkout action to v5 (#1162)

This commit is contained in:
renovate[bot] 2025-08-11 21:52:20 +08:00 committed by GitHub
parent 7c8725a6ec
commit b4a5ff81b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4.3.0
uses: actions/checkout@v5.0.0
- name: 登录到 GitHub CLI
run: gh auth login --with-token <<< "${{ github.token }}"

View File

@ -15,7 +15,7 @@ jobs:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4.3.0
uses: actions/checkout@v5.0.0
with:
fetch-depth: 0

View File

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4.3.0
uses: actions/checkout@v5.0.0
- name: Run Renovate
uses: renovatebot/github-action@85b17ebd5abf43d1c34c01bd4c8dbb8d45bbc2c7 # v43.0.7
with: