1
0

chore(deps): update actions/checkout action to v5.0.1 (#2531)

This commit is contained in:
renovate[bot]
2025-11-18 03:36:41 +00:00
committed by GitHub
parent e6f2927943
commit 59c4362bfe
4 changed files with 4 additions and 4 deletions

View File

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