Skip to content

Commit

Permalink
ci(deps): Bump armakuni/github-actions from 0.14.8 to 0.14.9
Browse files Browse the repository at this point in the history
Bumps [armakuni/github-actions](https://github.com/armakuni/github-actions) from 0.14.8 to 0.14.9.
- [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.8...v0.14.9)

---
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 and PurpleBooth committed Oct 4, 2023
1 parent 10c96d5 commit 3cbc777
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 @@ -5,14 +5,14 @@ on:

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

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

generate-terraform-docs:
if: github.ref == 'refs/heads/main'
uses: armakuni/github-actions/.github/workflows/[email protected].8
uses: armakuni/github-actions/.github/workflows/[email protected].9
with:
output-file: README.md
# This artifact is referenced by the cog.toml
Expand All @@ -23,7 +23,7 @@ jobs:
- check-conventional-commits
- lint-pipeline
if: github.ref == 'refs/heads/main'
uses: armakuni/github-actions/.github/workflows/[email protected].8
uses: armakuni/github-actions/.github/workflows/[email protected].9
secrets: inherit
with:
download-artifacts: true

0 comments on commit 3cbc777

Please sign in to comment.