From d22ac8ef1a4419fcaf3479bd601dd65a0b20775a Mon Sep 17 00:00:00 2001 From: Justin Stephenson Date: Mon, 6 Feb 2023 15:03:04 -0500 Subject: [PATCH] Makefile: Bump test API to 267 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 862dc1d..d581439 100644 --- a/Makefile +++ b/Makefile @@ -160,7 +160,7 @@ bots: # checkout Cockpit's test API; this has no API stability guarantee, so check out a stable tag # when you start a new project, use the latest release, and update it from time to time test/common: - git fetch --depth=1 https://github.com/cockpit-project/cockpit.git 229 + git fetch --depth=1 https://github.com/cockpit-project/cockpit.git 267 git checkout --force FETCH_HEAD -- test/common git reset test/common