From 3ee8f4489fdf3da5ccb90d1c81609782ebefb142 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 21:50:41 +0000 Subject: [PATCH] build(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/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 699fb00..3402132 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,7 +10,7 @@ env: jobs: validate-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 validate-action: runs-on: ubuntu-latest @@ -33,7 +33,7 @@ jobs: uses: actions/setup-python@v5 with: python-version: ${{ env.PYTHON_VERSION }} - - uses: armakuni/github-actions/setup-poetry@v0.19.3 + - uses: armakuni/github-actions/setup-poetry@v0.19.4 - name: Install dependencies shell: bash run: poetry install --no-interaction