Skip to content
This repository has been archived by the owner on Feb 10, 2025. It is now read-only.

Commit

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

Co-authored-by: mr-borboto[bot] <170036086+mr-borboto[bot]@users.noreply.github.com>
  • Loading branch information
mr-borboto[bot] authored Nov 30, 2024
1 parent 05928b6 commit 0faba0a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
build:
name: ${{ matrix.job_name }}
needs: generate-matrix
uses: mirceanton/reusable-workflows/.github/workflows/reusable-docker-build-push.yaml@d11c71dd28b7392383e908f9d68379c7f075e716 # v3.4.32
uses: mirceanton/reusable-workflows/.github/workflows/reusable-docker-build-push.yaml@81cb89e04633886fc057e412e2f171c686b27a9a # v3.4.33
# if: ${{ fromJson(needs.generate-matrix.outputs.matrix)['include'].length > 0 }}
strategy:
matrix: ${{ fromJson(needs.generate-matrix.outputs.matrix) }}
Expand Down
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@d11c71dd28b7392383e908f9d68379c7f075e716 # v3.4.32
uses: mirceanton/reusable-workflows/.github/workflows/reusable-label-sync.yaml@81cb89e04633886fc057e412e2f171c686b27a9a # v3.4.33
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@d11c71dd28b7392383e908f9d68379c7f075e716 # v3.4.32
uses: mirceanton/reusable-workflows/.github/workflows/reusable-labeler.yaml@81cb89e04633886fc057e412e2f171c686b27a9a # v3.4.33
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@d11c71dd28b7392383e908f9d68379c7f075e716 # v3.4.32
uses: mirceanton/reusable-workflows/.github/workflows/reusable-actionlint.yaml@81cb89e04633886fc057e412e2f171c686b27a9a # v3.4.33
secrets: inherit

commitlint:
uses: mirceanton/reusable-workflows/.github/workflows/reusable-commitlint.yaml@d11c71dd28b7392383e908f9d68379c7f075e716 # v3.4.32
uses: mirceanton/reusable-workflows/.github/workflows/reusable-commitlint.yaml@81cb89e04633886fc057e412e2f171c686b27a9a # v3.4.33
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@d11c71dd28b7392383e908f9d68379c7f075e716 # v3.4.32
uses: mirceanton/reusable-workflows/.github/workflows/reusable-renovate.yaml@81cb89e04633886fc057e412e2f171c686b27a9a # v3.4.33
secrets: inherit
with:
dry-run: "${{ inputs.dry-run == true || github.event_name == 'pull_request' }}"
Expand Down

0 comments on commit 0faba0a

Please sign in to comment.