From 51078c1b125d189c1c22109d425bd6101ab87889 Mon Sep 17 00:00:00 2001 From: "mr-borboto[bot]" <170036086+mr-borboto[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 20:04:40 +0000 Subject: [PATCH] =?UTF-8?q?deps(github-actions):=20update=20mirceanton/reu?= =?UTF-8?q?sable-workflows=20action=20(=20v3.4.29=20=E2=86=92=20v3.4.30=20?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 f7d2ca0..fd6a23a 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@a61b1e9d0db0bbf13227375edd00d7041ff50a70 # v3.4.29 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-label-sync.yaml@9fc3a5514908a2e37215948be2dda45c876c603f # v3.4.30 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 ced8c81..647502e 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@a61b1e9d0db0bbf13227375edd00d7041ff50a70 # v3.4.29 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-labeler.yaml@9fc3a5514908a2e37215948be2dda45c876c603f # v3.4.30 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 48c559a..1ff0018 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@a61b1e9d0db0bbf13227375edd00d7041ff50a70 # v3.4.29 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-actionlint.yaml@9fc3a5514908a2e37215948be2dda45c876c603f # v3.4.30 secrets: inherit commitlint: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-commitlint.yaml@a61b1e9d0db0bbf13227375edd00d7041ff50a70 # v3.4.29 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-commitlint.yaml@9fc3a5514908a2e37215948be2dda45c876c603f # v3.4.30 secrets: inherit diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index 0248bd7..14694c7 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@a61b1e9d0db0bbf13227375edd00d7041ff50a70 # v3.4.29 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-renovate.yaml@9fc3a5514908a2e37215948be2dda45c876c603f # v3.4.30 secrets: inherit with: dry-run: "${{ inputs.dry-run == true || github.event_name == 'pull_request' }}"