ci(github-action): update actions/checkout digest to b4ffde6
This commit is contained in:
parent
aae82d44e3
commit
4c3be64618
1 changed files with 1 additions and 1 deletions
2
.github/workflows/run-renovate.yaml
vendored
2
.github/workflows/run-renovate.yaml
vendored
|
@ -40,7 +40,7 @@ jobs:
|
||||||
private_key: ${{ secrets.app_private_key }}
|
private_key: ${{ secrets.app_private_key }}
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
|
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
|
||||||
with:
|
with:
|
||||||
token: '${{ steps.generate-token.outputs.token }}'
|
token: '${{ steps.generate-token.outputs.token }}'
|
||||||
|
|
||||||
|
|
Reference in a new issue