From 0eadd0e6a33c783e8af8e2ab86ed6dcd4b2a2049 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 08:48:30 +0000 Subject: [PATCH] ci(deps): bump armakuni/github-actions from 0.19.3 to 0.19.4 Bumps [armakuni/github-actions](https://github.com/armakuni/github-actions) from 0.19.3 to 0.19.4. - [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.19.3...v0.19.4) --- 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index ef9f833..1863e2d 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -5,13 +5,13 @@ on: jobs: check-conventional-commits: - uses: armakuni/github-actions/.github/workflows/check-conventional-commits.yml@v0.19.3 + uses: armakuni/github-actions/.github/workflows/check-conventional-commits.yml@v0.19.4 run-tests: uses: ./.github/workflows/run-tests.yml lint-pipeline: - uses: armakuni/github-actions/.github/workflows/lint-pipeline.yml@v0.19.3 + uses: armakuni/github-actions/.github/workflows/lint-pipeline.yml@v0.19.4 all-tests-succeeded: needs: @@ -26,5 +26,5 @@ jobs: needs: - all-tests-succeeded if: github.ref == 'refs/heads/main' - uses: armakuni/github-actions/.github/workflows/tag-and-release.yml@v0.19.3 + uses: armakuni/github-actions/.github/workflows/tag-and-release.yml@v0.19.4 secrets: inherit \ No newline at end of file