chore(deps): update actions/checkout action to v4.3.1 (#4228)
This commit is contained in:
parent
f4dbbbebe5
commit
da465898c5
2
.github/workflows/merge-prs.yml
vendored
2
.github/workflows/merge-prs.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4.3.0
|
uses: actions/checkout@v4.3.1
|
||||||
|
|
||||||
- name: 登录到 GitHub CLI
|
- name: 登录到 GitHub CLI
|
||||||
run: gh auth login --with-token <<< "${{ github.token }}"
|
run: gh auth login --with-token <<< "${{ github.token }}"
|
||||||
|
|||||||
2
.github/workflows/renovate.yml
vendored
2
.github/workflows/renovate.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4.3.0
|
uses: actions/checkout@v4.3.1
|
||||||
- name: Run Renovate
|
- name: Run Renovate
|
||||||
uses: renovatebot/github-action@85b17ebd5abf43d1c34c01bd4c8dbb8d45bbc2c7 # v43.0.7
|
uses: renovatebot/github-action@85b17ebd5abf43d1c34c01bd4c8dbb8d45bbc2c7 # v43.0.7
|
||||||
with:
|
with:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user