From fc7bd8ba2e23a6245a88a82b25b9fb279c2cc363 Mon Sep 17 00:00:00 2001 From: Vinicius Mignot Date: Thu, 30 May 2024 08:36:11 -0300 Subject: [PATCH] chore(ci): bump Pongo version to 2.11.1 (#9302) * chore(ci): bump Pongo version * remove changelog file, internal only, not user facing * switch to 2.11.1 release-branch * chore(deps): bump Pongo to 2.11.1 --------- Co-authored-by: Thijs Schreijer --- .github/workflows/build_and_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 716ae68ef27f..58e7a1d1a2ea 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -912,7 +912,7 @@ jobs: with: repository: Kong/kong-pongo path: kong-pongo - ref: 2.10.0 + ref: 2.11.1 submodules: recursive token: ${{ secrets.GHA_KONG_BOT_READ_TOKEN }}