mirror of
https://github.com/zadam/trilium.git
synced 2025-12-11 13:15:58 +08:00
Merge pull request #1625 from TriliumNext/renovate/actions-checkout-4.x
chore(deps): update actions/checkout action to v4
This commit is contained in:
commit
c6681801fe
1 changed files with 1 additions and 1 deletions
2
.github/actions/report-size/action.yml
vendored
2
.github/actions/report-size/action.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue