Merge pull request #1625 from TriliumNext/renovate/actions-checkout-4.x

chore(deps): update actions/checkout action to v4
pull/1634/head
Elian Doran 2025-04-04 16:21:45 +07:00 committed by GitHub
commit c6681801fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

@ -44,7 +44,7 @@ runs:
steps:
# Checkout branch to compare to [required]
- name: Checkout base branch
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ inputs.branch }}
path: br-base