diff options
author | Joas Schilling <coding@schilljs.com> | 2023-05-17 10:33:16 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2023-05-17 10:33:16 +0200 |
commit | cf0a59eaf400e6fad05f53828486402dd868b35d (patch) | |
tree | 4e10899ff0f5cec0529675111daaa94ce17e5ce8 /.github | |
parent | e03856060666edd5560c9cf522a59155b69822ec (diff) | |
download | nextcloud-server-cf0a59eaf400e6fad05f53828486402dd868b35d.tar.gz nextcloud-server-cf0a59eaf400e6fad05f53828486402dd868b35d.zip |
chore(CI): Backport the CA Cert update to stable27
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 f599ae62ef1..e2fefc195f4 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", "stable26", "stable25", "stable24", "stable23", "stable22"] + branches: ["master", "stable27", "stable26", "stable25", "stable24", "stable23", "stable22"] name: update-ca-certificate-bundle-${{ matrix.branches }} |