Skip to content

Commit

Permalink
ci(deps): bump armakuni/github-actions from 0.14.9 to 0.14.10
Browse files Browse the repository at this point in the history
Bumps [armakuni/github-actions](https://github.com/armakuni/github-actions) from 0.14.9 to 0.14.10.
- [Release notes](https://github.com/armakuni/github-actions/releases)
- [Changelog](https://github.com/armakuni/github-actions/blob/main/CHANGELOG.md)
- [Commits](armakuni/github-actions@v0.14.9...v0.14.10)

---
updated-dependencies:
- dependency-name: armakuni/github-actions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 4, 2023
1 parent f212917 commit 061ccc2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ on:

jobs:
check-conventional-commits:
uses: armakuni/github-actions/.github/workflows/[email protected].9
uses: armakuni/github-actions/.github/workflows/[email protected].10

lint-pipeline:
uses: armakuni/github-actions/.github/workflows/[email protected].9
uses: armakuni/github-actions/.github/workflows/[email protected].10

generate-terraform-docs:
if: github.ref == 'refs/heads/main'
uses: armakuni/github-actions/.github/workflows/[email protected].9
uses: armakuni/github-actions/.github/workflows/[email protected].10
with:
output-file: README.md
# This artifact is referenced by the cog.toml
Expand All @@ -25,7 +25,7 @@ jobs:
- check-conventional-commits
- lint-pipeline
if: github.ref == 'refs/heads/main'
uses: armakuni/github-actions/.github/workflows/[email protected].9
uses: armakuni/github-actions/.github/workflows/[email protected].10
permissions:
contents: write
with:
Expand Down

0 comments on commit 061ccc2

Please sign in to comment.