From a47e7eb9937704b278cbc56391e7b3ef987530c8 Mon Sep 17 00:00:00 2001 From: Vyncint Ng <115854244+vyncint@users.noreply.github.com> Date: Fri, 11 Sep 2026 08:55:03 +0700 Subject: [PATCH] ci: pin the termlens report action to v0.11.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Missed by the dependency bump: that PR moved the requirement, the lockfile and the vendored skill, and this pin is the one place the *tool* version appears here. Left at v0.10.1 the action would install a 0.10 termlens-cli to render the screens of a suite running against 0.11 — which reads a saved screen slightly differently since termlens#340. The SHA is the v0.11.0 tag, verified with `gh api` rather than typed. Signed-off-by: Vyncint Ng <115854244+vyncint@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e97b823..6264d4b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -87,7 +87,7 @@ jobs: # This renders every screen the suite left behind — and every insta # `.snap.new` — into the job summary, with SVG and HTML uploaded. It # installs termlens-cli itself, so nothing else here has to. - - uses: vyncint/termlens/.github/actions/report@e1b96c8203fd727fa3458af395719c429966ee82 # v0.10.1 + - uses: vyncint/termlens/.github/actions/report@b8af0fa457dd023aa708a493b7f485256009f1a5 # v0.11.0 if: failure() with: name: termlens-report-${{ matrix.os }}