Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/analysis-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,8 @@ jobs:
uses: actions/checkout@v6
with:
repository: nextcloud/notes
ref: "main"
# Notes main (v5.0.0) requires NC >= 33; pin older servers to the last 4.x (supports NC 28-34).
ref: "${{ (matrix.nextcloud == 'stable31' || matrix.nextcloud == 'stable32') && 'v4.13.1' || 'main' }}"
path: apps/notes

- name: Checkout Files Locking
Expand Down Expand Up @@ -548,7 +549,8 @@ jobs:
uses: actions/checkout@v6
with:
repository: nextcloud/notes
ref: "main"
# Notes main (v5.0.0) requires NC >= 33; pin older servers to the last 4.x (supports NC 28-34).
ref: "${{ (matrix.nextcloud == 'stable31' || matrix.nextcloud == 'stable32') && 'v4.13.1' || 'main' }}"
path: apps/notes

- name: Checkout Files Locking
Expand Down
Loading