From 3cbc7774cb6d4f6fbb272ed606a85f135792ad17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 11:03:02 +0000 Subject: [PATCH] ci(deps): Bump armakuni/github-actions from 0.14.8 to 0.14.9 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](https://github.com/armakuni/github-actions/compare/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] --- .github/workflows/pipeline.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 510c9da..d62393f 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -5,14 +5,14 @@ on: jobs: check-conventional-commits: - uses: armakuni/github-actions/.github/workflows/check-conventional-commits.yml@v0.14.8 + uses: armakuni/github-actions/.github/workflows/check-conventional-commits.yml@v0.14.9 lint-pipeline: - uses: armakuni/github-actions/.github/workflows/lint-pipeline.yml@v0.14.8 + uses: armakuni/github-actions/.github/workflows/lint-pipeline.yml@v0.14.9 generate-terraform-docs: if: github.ref == 'refs/heads/main' - uses: armakuni/github-actions/.github/workflows/generate-terraform-docs.yml@v0.14.8 + uses: armakuni/github-actions/.github/workflows/generate-terraform-docs.yml@v0.14.9 with: output-file: README.md # This artifact is referenced by the cog.toml @@ -23,7 +23,7 @@ jobs: - check-conventional-commits - lint-pipeline if: github.ref == 'refs/heads/main' - uses: armakuni/github-actions/.github/workflows/tag-and-release.yml@v0.14.8 + uses: armakuni/github-actions/.github/workflows/tag-and-release.yml@v0.14.9 secrets: inherit with: download-artifacts: true