1
0

chore(deps): update actions/checkout action to v4.3.1 (#4228)

This commit is contained in:
renovate[bot]
2026-02-26 05:01:47 +00:00
committed by GitHub
parent f4dbbbebe5
commit da465898c5
2 changed files with 2 additions and 2 deletions

View File

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