diff options
author | Joas Schilling <coding@schilljs.com> | 2023-03-03 06:55:16 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2023-03-03 06:55:16 +0100 |
commit | ae915cff051a0c27ce1a9b7d037f094e376803c8 (patch) | |
tree | c5a92c95c531f474d0ae7a5fc9c19d8f1762687d /.github | |
parent | d21db216f70f925565a45acb74e860d316ee7431 (diff) | |
download | nextcloud-server-ae915cff051a0c27ce1a9b7d037f094e376803c8.tar.gz nextcloud-server-ae915cff051a0c27ce1a9b7d037f094e376803c8.zip |
chore(CI): Backport the CA Cert update to stable26
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/update-cacert-bundle.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 }} |