From 5a8ccef5e5a6e0b3303a7fd246d1127c13006cb5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 00:44:27 +0000 Subject: [PATCH] chore(deps): pin cap-js/.github action to 04771c7 --- .github/workflows/pr-checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 9991ff6..2ce0b52 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -16,10 +16,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Check changelog - uses: cap-js/.github/.github/actions/check-changelog@main + uses: cap-js/.github/.github/actions/check-changelog@04771c72f09086d778ab4ad7c37d7f83d0f57c2b # main check-pr-title: runs-on: ubuntu-latest steps: - name: Check PR title - uses: cap-js/.github/.github/actions/check-pr-title@main \ No newline at end of file + uses: cap-js/.github/.github/actions/check-pr-title@04771c72f09086d778ab4ad7c37d7f83d0f57c2b # main \ No newline at end of file