Skip to content

Commit 70a639b

Browse files
authored
Merge pull request #11 from armakuni/dependabot/github_actions/armakuni/github-actions-0.19.6
ci(deps): bump armakuni/github-actions from 0.19.5 to 0.19.6
2 parents 2cbb08e + 721228d commit 70a639b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ on:
55

66
jobs:
77
check-conventional-commits:
8-
uses: armakuni/github-actions/.github/workflows/check-conventional-commits.yml@v0.19.5
8+
uses: armakuni/github-actions/.github/workflows/check-conventional-commits.yml@v0.19.6
99

1010
generate-terraform-docs:
1111
if: github.ref == 'refs/heads/main'
12-
uses: armakuni/github-actions/.github/workflows/generate-terraform-docs.yml@v0.19.5
12+
uses: armakuni/github-actions/.github/workflows/generate-terraform-docs.yml@v0.19.6
1313
with:
1414
output-file: README.md
1515
# This artifact is referenced by the cog.toml
@@ -20,7 +20,7 @@ jobs:
2020
- check-conventional-commits
2121
- generate-terraform-docs
2222
if: github.ref == 'refs/heads/main'
23-
uses: armakuni/github-actions/.github/workflows/tag-and-release.yml@v0.19.5
23+
uses: armakuni/github-actions/.github/workflows/tag-and-release.yml@v0.19.6
2424
secrets: inherit
2525
with:
2626
download-artifacts: true

0 commit comments

Comments
 (0)