From 65a580bb48b36aecc00ae0fd25562e59b3907b59 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 15:51:13 +0000 Subject: [PATCH] chore(deps): pin cap-js/.github action to 0d356c8 --- .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..98468b9 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@0d356c8ee06ed94df4bcc8acb2c769d365f1ad89 # main secrets: inherit diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index c57d5e4..5202b9e 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@0d356c8ee06ed94df4bcc8acb2c769d365f1ad89 # 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@0d356c8ee06ed94df4bcc8acb2c769d365f1ad89 # main diff --git a/.github/workflows/prepare-next-version.yml b/.github/workflows/prepare-next-version.yml index c42f1e9..adf24ca 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@0d356c8ee06ed94df4bcc8acb2c769d365f1ad89 # main secrets: inherit with: increment: ${{ github.event.inputs.increment }}