1
0
Fork 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
No known key found for this signature in database
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 }}"

View File

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

View File

@ -14,9 +14,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
uses: actions/checkout@v4.3.0
- name: Run Renovate
uses: renovatebot/github-action@87c405b9750f1b6affae06311395b50e3882d54f # v42.0.6
uses: renovatebot/github-action@85b17ebd5abf43d1c34c01bd4c8dbb8d45bbc2c7 # v43.0.7
with:
useSlim: false
token: ${{ github.token }}