Skip to content

Commit 0a846bc

Browse files
ci(github-actions): update mirceanton/reusable-workflows action ( v3.5.0 → v3.5.1 ) (#154)
Co-authored-by: mr-borboto[bot] <170036086+mr-borboto[bot]@users.noreply.github.com>
1 parent 5c5ac6d commit 0a846bc

7 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/devcontainer-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
release:
15-
uses: mirceanton/reusable-workflows/.github/workflows/reusable-docker-build-push.yaml@40a5d6ce235ca5631b31b0677258950a35f94a24 # v3.5.0
15+
uses: mirceanton/reusable-workflows/.github/workflows/reusable-docker-build-push.yaml@71c748260211464d1d58c43d7fb019f7adac19b3 # v3.5.1
1616
secrets: inherit
1717
with:
1818
image: "ghcr.io/mirceanton/kubectl-switch-devcontainer"

.github/workflows/git-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ on:
3030

3131
jobs:
3232
git:
33-
uses: mirceanton/reusable-workflows/.github/workflows/reusable-release-semver.yaml@40a5d6ce235ca5631b31b0677258950a35f94a24 # v3.5.0
33+
uses: mirceanton/reusable-workflows/.github/workflows/reusable-release-semver.yaml@71c748260211464d1d58c43d7fb019f7adac19b3 # v3.5.1
3434
secrets: inherit
3535
with:
3636
dry-run: ${{ inputs.dry-run || github.event_name == 'pull_request' }}

.github/workflows/goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ on:
2626

2727
jobs:
2828
goreleaser:
29-
uses: mirceanton/reusable-workflows/.github/workflows/reusable-go-release.yaml@40a5d6ce235ca5631b31b0677258950a35f94a24 # v3.5.0
29+
uses: mirceanton/reusable-workflows/.github/workflows/reusable-go-release.yaml@71c748260211464d1d58c43d7fb019f7adac19b3 # v3.5.1
3030
secrets: inherit
3131
with:
3232
dry-run: ${{ inputs.dry-run || github.event_name == 'pull_request' }}

.github/workflows/label-sync.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ on:
3131

3232
jobs:
3333
label-sync:
34-
uses: mirceanton/reusable-workflows/.github/workflows/reusable-label-sync.yaml@40a5d6ce235ca5631b31b0677258950a35f94a24 # v3.5.0
34+
uses: mirceanton/reusable-workflows/.github/workflows/reusable-label-sync.yaml@71c748260211464d1d58c43d7fb019f7adac19b3 # v3.5.1
3535
secrets: inherit
3636
with:
3737
dry-run: ${{ inputs.dry-run || github.event_name == 'pull_request' }}

.github/workflows/labeler.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
pr-labeler:
10-
uses: mirceanton/reusable-workflows/.github/workflows/reusable-labeler.yaml@40a5d6ce235ca5631b31b0677258950a35f94a24 # v3.5.0
10+
uses: mirceanton/reusable-workflows/.github/workflows/reusable-labeler.yaml@71c748260211464d1d58c43d7fb019f7adac19b3 # v3.5.1
1111
secrets: inherit
1212
with:
1313
config-file: .github/labeler.yaml

.github/workflows/lint.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,27 +11,27 @@ on:
1111

1212
jobs:
1313
golangci-lint:
14-
uses: mirceanton/reusable-workflows/.github/workflows/reusable-go-lint.yaml@40a5d6ce235ca5631b31b0677258950a35f94a24 # v3.5.0
14+
uses: mirceanton/reusable-workflows/.github/workflows/reusable-go-lint.yaml@71c748260211464d1d58c43d7fb019f7adac19b3 # v3.5.1
1515
secrets: inherit
1616

1717
yamllint:
18-
uses: mirceanton/reusable-workflows/.github/workflows/reusable-yamllint.yaml@40a5d6ce235ca5631b31b0677258950a35f94a24 # v3.5.0
18+
uses: mirceanton/reusable-workflows/.github/workflows/reusable-yamllint.yaml@71c748260211464d1d58c43d7fb019f7adac19b3 # v3.5.1
1919
secrets: inherit
2020
with:
2121
yamllint-args: "--config-file=.yamllint.yaml"
2222

2323
actionlint:
24-
uses: mirceanton/reusable-workflows/.github/workflows/reusable-actionlint.yaml@40a5d6ce235ca5631b31b0677258950a35f94a24 # v3.5.0
24+
uses: mirceanton/reusable-workflows/.github/workflows/reusable-actionlint.yaml@71c748260211464d1d58c43d7fb019f7adac19b3 # v3.5.1
2525
secrets: inherit
2626

2727
shellcheck:
28-
uses: mirceanton/reusable-workflows/.github/workflows/reusable-shellcheck.yaml@40a5d6ce235ca5631b31b0677258950a35f94a24 # v3.5.0
28+
uses: mirceanton/reusable-workflows/.github/workflows/reusable-shellcheck.yaml@71c748260211464d1d58c43d7fb019f7adac19b3 # v3.5.1
2929
secrets: inherit
3030

3131
markdownlint:
32-
uses: mirceanton/reusable-workflows/.github/workflows/reusable-markdownlint.yaml@40a5d6ce235ca5631b31b0677258950a35f94a24 # v3.5.0
32+
uses: mirceanton/reusable-workflows/.github/workflows/reusable-markdownlint.yaml@71c748260211464d1d58c43d7fb019f7adac19b3 # v3.5.1
3333
secrets: inherit
3434

3535
commitlint:
36-
uses: mirceanton/reusable-workflows/.github/workflows/reusable-commitlint.yaml@40a5d6ce235ca5631b31b0677258950a35f94a24 # v3.5.0
36+
uses: mirceanton/reusable-workflows/.github/workflows/reusable-commitlint.yaml@71c748260211464d1d58c43d7fb019f7adac19b3 # v3.5.1
3737
secrets: inherit

.github/workflows/renovate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ concurrency:
3333

3434
jobs:
3535
renovate:
36-
uses: mirceanton/reusable-workflows/.github/workflows/reusable-renovate.yaml@40a5d6ce235ca5631b31b0677258950a35f94a24 # v3.5.0
36+
uses: mirceanton/reusable-workflows/.github/workflows/reusable-renovate.yaml@71c748260211464d1d58c43d7fb019f7adac19b3 # v3.5.1
3737
secrets: inherit
3838
with:
3939
dry-run: "${{ inputs.dry-run == true || github.event_name == 'pull_request' }}"

0 commit comments

Comments
 (0)