From 6e30b9b4aca2bf47b9110750d5b8a0b044bfda98 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 11 Oct 2022 08:12:58 +0200 Subject: Also backport the cacert to stable25 Signed-off-by: Joas Schilling --- .github/workflows/update-cacert-bundle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-cacert-bundle.yml b/.github/workflows/update-cacert-bundle.yml index f38e594f9b8..8d0e9d79d52 100644 --- a/.github/workflows/update-cacert-bundle.yml +++ b/.github/workflows/update-cacert-bundle.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - branches: ["master", "stable24", "stable23", "stable22"] + branches: ["master", "stable25", "stable24", "stable23", "stable22"] name: update-ca-certificate-bundle-${{ matrix.branches }} -- cgit v1.2.3