Skip to content

Commit

Permalink
deps(github-actions): update mirceanton/reusable-workflows action ( v…
Browse files Browse the repository at this point in the history
…3.4.38 → v3.4.39 ) (#27)

Co-authored-by: mr-borboto[bot] <170036086+mr-borboto[bot]@users.noreply.github.com>
  • Loading branch information
mr-borboto[bot] authored Dec 24, 2024
1 parent b42ac63 commit b0c9a9f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/label-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ on:

jobs:
label-sync:
uses: mirceanton/reusable-workflows/.github/workflows/reusable-label-sync.yaml@f5d2be58302e684938588ae00c6d4006f650a739 # v3.4.38
uses: mirceanton/reusable-workflows/.github/workflows/reusable-label-sync.yaml@e923b666f157f12715483c3fd0e0d466d9af9325 # v3.4.39
secrets: inherit
with:
dry-run: ${{ inputs.dry-run || github.event_name == 'pull_request' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
pr-labeler:
uses: mirceanton/reusable-workflows/.github/workflows/reusable-labeler.yaml@f5d2be58302e684938588ae00c6d4006f650a739 # v3.4.38
uses: mirceanton/reusable-workflows/.github/workflows/reusable-labeler.yaml@e923b666f157f12715483c3fd0e0d466d9af9325 # v3.4.39
secrets: inherit
with:
config-file: .github/labeler.yaml
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ on:

jobs:
actionlint:
uses: mirceanton/reusable-workflows/.github/workflows/reusable-actionlint.yaml@f5d2be58302e684938588ae00c6d4006f650a739 # v3.4.38
uses: mirceanton/reusable-workflows/.github/workflows/reusable-actionlint.yaml@e923b666f157f12715483c3fd0e0d466d9af9325 # v3.4.39
secrets: inherit

commitlint:
uses: mirceanton/reusable-workflows/.github/workflows/reusable-commitlint.yaml@f5d2be58302e684938588ae00c6d4006f650a739 # v3.4.38
uses: mirceanton/reusable-workflows/.github/workflows/reusable-commitlint.yaml@e923b666f157f12715483c3fd0e0d466d9af9325 # v3.4.39
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ concurrency:

jobs:
renovate:
uses: mirceanton/reusable-workflows/.github/workflows/reusable-renovate.yaml@f5d2be58302e684938588ae00c6d4006f650a739 # v3.4.38
uses: mirceanton/reusable-workflows/.github/workflows/reusable-renovate.yaml@e923b666f157f12715483c3fd0e0d466d9af9325 # v3.4.39
secrets: inherit
with:
dry-run: "${{ inputs.dry-run == true || github.event_name == 'pull_request' }}"
Expand Down

0 comments on commit b0c9a9f

Please sign in to comment.