Merge pull request #22 from jahanson/renovate/actions-checkout-4.x
This commit is contained in:
commit
e5f546219a
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 }}
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
|
||||
with:
|
||||
token: '${{ steps.generate-token.outputs.token }}'
|
||||
|
||||
|
|
Reference in a new issue