From ae915cff051a0c27ce1a9b7d037f094e376803c8 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 3 Mar 2023 06:55:16 +0100 Subject: [PATCH] chore(CI): Backport the CA Cert update to stable26 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 8d0e9d79d52..e4a7c5edb49 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", "stable25", "stable24", "stable23", "stable22"] + branches: ["master", "stable26", "stable25", "stable24", "stable23", "stable22"] name: update-ca-certificate-bundle-${{ matrix.branches }}