From 23670b54e341bb73384e6eb3793822fedf1f6251 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Tue, 16 Sep 2025 16:40:11 -0600 Subject: [PATCH] .github/workflows/pr-checklist.yml: Update This newer version of the action does not fail mysteriously if a contributer removes the example Jenkins commands from the end of the PR description. Signed-off-by: Zack Cerza --- .github/workflows/pr-checklist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-checklist.yml b/.github/workflows/pr-checklist.yml index 0b3f2d6e5614a..d72f0f0b3d294 100644 --- a/.github/workflows/pr-checklist.yml +++ b/.github/workflows/pr-checklist.yml @@ -16,4 +16,4 @@ jobs: shell: bash - name: Action id: checklist - uses: ceph/ceph-pr-checklist-action@32e92d1a2a7c9991ed51de5fccb2296551373d60 + uses: ceph/ceph-pr-checklist-action@b15031f5d7e2a825b7e5b2fd4f76ae3a9e8aaaf3 -- 2.39.5