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

chore(deps): update actions/checkout action to v4
This commit is contained in:
Elian Doran 2025-04-04 16:21:45 +03:00 committed by GitHub
commit c6681801fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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