Skip to content

Commit 7f90b9c

Browse files
chore(deps): update wittdennis/pipelines action to v1.13.22
1 parent bef4ca2 commit 7f90b9c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ on: [push]
44

55
jobs:
66
conventional-compliance:
7-
uses: wittdennis/pipelines/.github/workflows/cog-validate.yaml@1.13.21
7+
uses: wittdennis/pipelines/.github/workflows/cog-validate.yaml@1.13.22

.github/workflows/linting.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ on:
55

66
jobs:
77
ansible-lint:
8-
uses: wittdennis/pipelines/.github/workflows/ansible-lint.yaml@1.13.21
8+
uses: wittdennis/pipelines/.github/workflows/ansible-lint.yaml@1.13.22

.github/workflows/publish.yaml

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

77
jobs:
88
publish:
9-
uses: wittdennis/pipelines/.github/workflows/ansible-galaxy-publish.yaml@1.13.21
9+
uses: wittdennis/pipelines/.github/workflows/ansible-galaxy-publish.yaml@1.13.22
1010
secrets:
1111
galaxy-api-token: ${{ secrets.ANSIBLE_GALAXY_API_KEY }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ on:
55

66
jobs:
77
release:
8-
uses: wittdennis/pipelines/.github/workflows/cog-release.yaml@1.13.21
8+
uses: wittdennis/pipelines/.github/workflows/cog-release.yaml@1.13.22
99
secrets:
1010
release-token: ${{ secrets.RELEASE_TOKEN }}

0 commit comments

Comments
 (0)