From 68447f2b89dde378a961a828bf9154ec34ab1c63 Mon Sep 17 00:00:00 2001 From: "mr-borboto[bot]" <170036086+mr-borboto[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 03:21:04 +0000 Subject: [PATCH] =?UTF-8?q?deps(github-actions):=20update=20mirceanton/reu?= =?UTF-8?q?sable-workflows=20action=20(=20v3.4.41=20=E2=86=92=20v3.4.42=20?= =?UTF-8?q?)=20(#30)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: mr-borboto[bot] <170036086+mr-borboto[bot]@users.noreply.github.com> --- .github/workflows/label-sync.yaml | 2 +- .github/workflows/labeler.yaml | 2 +- .github/workflows/lint.yaml | 4 ++-- .github/workflows/renovate.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/label-sync.yaml b/.github/workflows/label-sync.yaml index 61257bb..73ad8b0 100644 --- a/.github/workflows/label-sync.yaml +++ b/.github/workflows/label-sync.yaml @@ -31,7 +31,7 @@ on: jobs: label-sync: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-label-sync.yaml@26427fee633d4aa36010d350c1def63abe911192 # v3.4.41 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-label-sync.yaml@173cc64a72c4859559203ad5a335cf1afb111bb7 # v3.4.42 secrets: inherit with: dry-run: ${{ inputs.dry-run || github.event_name == 'pull_request' }} diff --git a/.github/workflows/labeler.yaml b/.github/workflows/labeler.yaml index be26c8a..04e83b3 100644 --- a/.github/workflows/labeler.yaml +++ b/.github/workflows/labeler.yaml @@ -7,7 +7,7 @@ on: jobs: pr-labeler: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-labeler.yaml@26427fee633d4aa36010d350c1def63abe911192 # v3.4.41 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-labeler.yaml@173cc64a72c4859559203ad5a335cf1afb111bb7 # v3.4.42 secrets: inherit with: config-file: .github/labeler.yaml \ No newline at end of file diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 6d473eb..84a36ed 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -11,9 +11,9 @@ on: jobs: actionlint: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-actionlint.yaml@26427fee633d4aa36010d350c1def63abe911192 # v3.4.41 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-actionlint.yaml@173cc64a72c4859559203ad5a335cf1afb111bb7 # v3.4.42 secrets: inherit commitlint: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-commitlint.yaml@26427fee633d4aa36010d350c1def63abe911192 # v3.4.41 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-commitlint.yaml@173cc64a72c4859559203ad5a335cf1afb111bb7 # v3.4.42 secrets: inherit diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index 337a26d..7147d85 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -33,7 +33,7 @@ concurrency: jobs: renovate: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-renovate.yaml@26427fee633d4aa36010d350c1def63abe911192 # v3.4.41 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-renovate.yaml@173cc64a72c4859559203ad5a335cf1afb111bb7 # v3.4.42 secrets: inherit with: dry-run: "${{ inputs.dry-run == true || github.event_name == 'pull_request' }}"