From: Joas Schilling Date: Fri, 3 Mar 2023 05:55:16 +0000 (+0100) Subject: chore(CI): Backport the CA Cert update to stable26 X-Git-Tag: v27.0.0beta1~388^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ae915cff051a0c27ce1a9b7d037f094e376803c8;p=nextcloud-server.git chore(CI): Backport the CA Cert update to stable26 Signed-off-by: Joas Schilling --- 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 }}