1
0

Update actions/checkout and renovatebot versions in workflows

This commit is contained in:
pooneyy
2025-08-11 21:36:34 +08:00
parent 29ed7692ae
commit 9c7f4a6a2c
3 changed files with 4 additions and 4 deletions

View File

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