1
0

chore(deps): update actions/checkout action to v6.0.2 (#3616)

This commit is contained in:
renovate[bot]
2026-01-22 20:27:50 +00:00
committed by GitHub
parent 6b817b3c50
commit fd8befc8c7
4 changed files with 4 additions and 4 deletions

View File

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