Merge pull request #22 from jahanson/renovate/actions-checkout-4.x

This commit is contained in:
Joe Hanson 2023-09-04 08:08:52 -05:00 committed by GitHub
commit e5f546219a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,7 @@ jobs:
private_key: ${{ secrets.app_private_key }} private_key: ${{ secrets.app_private_key }}
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
with: with:
token: '${{ steps.generate-token.outputs.token }}' token: '${{ steps.generate-token.outputs.token }}'