From a202f722daa93d9d525254a324c1cddf227e6c6f Mon Sep 17 00:00:00 2001 From: ciotlosm Date: Sat, 11 Jul 2026 16:11:48 +0300 Subject: [PATCH] chore(workflows): consume n3ary/actions@v23 + use the new pr-check shared wrapper Two related bumps: 1. Switch the pr-check call from pr-validation.yml@v22 to the new pr-check.yml@v23 wrapper. The wrapper centralizes the standard PR validation contract; future changes to that contract land in n3ary/actions instead of in every consumer. 2. Bump other n3ary/actions refs (setup-pnpm-gh-packages-auth, package/publish) from @v22 to @v23. The v23 tag includes the pr-check wrapper and the version-bump fail-fast (PR #35, PR #36 in n3ary/actions). No behavior change for this repo - just a version bump on the shared actions. v23 is API-compatible with v22 for everything this repo uses. --- .github/workflows/pr-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index 0a6c377..187ca60 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -27,7 +27,7 @@ permissions: jobs: shared: - uses: n3ary/actions/.github/workflows/pr-validation.yml@v22 + uses: n3ary/actions/.github/workflows/pr-check.yml@v23 with: enable-drift-check: false