From 221d02f2ce0c7913a053af3d1f5b1794ad4b2b3a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 10:32:59 +0000 Subject: [PATCH] chore(deps): pin cap-js/.github action to 2c44e9c --- .github/workflows/lint.yml | 2 +- .github/workflows/pr-checks.yml | 4 ++-- .github/workflows/prepare-next-version.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index afdabf2..fe0d4bd 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -13,5 +13,5 @@ concurrency: jobs: lint: - uses: cap-js/.github/.github/workflows/lint.yml@main + uses: cap-js/.github/.github/workflows/lint.yml@2c44e9c222ecccde07efa5fb607855c527c08e61 # main secrets: inherit diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index c57d5e4..29fe64c 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -18,10 +18,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@2c44e9c222ecccde07efa5fb607855c527c08e61 # main check-pr-title: runs-on: ubuntu-latest steps: - name: Check PR title - uses: cap-js/.github/.github/actions/check-pr-title@main + uses: cap-js/.github/.github/actions/check-pr-title@2c44e9c222ecccde07efa5fb607855c527c08e61 # main diff --git a/.github/workflows/prepare-next-version.yml b/.github/workflows/prepare-next-version.yml index c42f1e9..44416a9 100644 --- a/.github/workflows/prepare-next-version.yml +++ b/.github/workflows/prepare-next-version.yml @@ -24,7 +24,7 @@ concurrency: jobs: prepare-next-version: - uses: cap-js/.github/.github/workflows/prepare-next-version.yml@main + uses: cap-js/.github/.github/workflows/prepare-next-version.yml@2c44e9c222ecccde07efa5fb607855c527c08e61 # main secrets: inherit with: increment: ${{ github.event.inputs.increment }}