From 0cab842ab0d2c6b4d0f1ee5fafe399008683e227 Mon Sep 17 00:00:00 2001 From: Jaro-c <75870284+Jaro-c@users.noreply.github.com> Date: Tue, 11 Aug 2026 14:03:02 -0500 Subject: [PATCH] ci: bump the self-call empty-diff reusable pin to v1.14.1 Replaces the v1.14.0 SHA with the merge commit of `ci(empty-diff): move the pull-request event guard inside the reusable` (#114), tagged as v1.14.1. This repository's caller-side `if:` short-circuits first on push, so observable CI here does not change; the bump is bookkeeping so the four callers point at the same SHA instead of three repos being one commit behind. Signed-off-by: Jaro-c <75870284+Jaro-c@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 2d122e9..0bab183 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,4 +20,4 @@ permissions: jobs: empty-diff: if: github.event_name == 'pull_request' - uses: Glyndor/.github/.github/workflows/empty-diff.yml@7eb2c699bed5e49b7974ff9b0e613712d5da88cb # v1.14.0 \ No newline at end of file + uses: Glyndor/.github/.github/workflows/empty-diff.yml@c958978687af37dc2d826a967d9c549589afb39f # v1.14.1 \ No newline at end of file