From b430d4d3d41d3c37671e3a1aab6e173cb6af70bd Mon Sep 17 00:00:00 2001 From: Lars Erik Wik Date: Mon, 5 Jan 2026 09:22:22 +0100 Subject: [PATCH] Removed 3.21.x from workflow to update deps There won't be any more patch releases of 3.21.x. Signed-off-by: Lars Erik Wik --- .github/workflows/update-deps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-deps.yml b/.github/workflows/update-deps.yml index 3a0e01aa7..0bf157fce 100644 --- a/.github/workflows/update-deps.yml +++ b/.github/workflows/update-deps.yml @@ -20,7 +20,7 @@ jobs: pull-requests: write strategy: matrix: - branch: [master, 3.24.x, 3.21.x] + branch: [master, 3.24.x] steps: - name: Checks-out repository uses: actions/checkout@v4