diff --git a/.github/workflows/update-rest-api-json.yml b/.github/workflows/update-rest-api-json.yml index 0a4067d623..756248eda6 100644 --- a/.github/workflows/update-rest-api-json.yml +++ b/.github/workflows/update-rest-api-json.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - branch: ['main', '8.x', '8.15', '7.17'] + branch: ['main', '8.x', '8.16', '7.17'] steps: - uses: actions/checkout@v4