From aa8679622610f97b8d8c4838d97da9d64f8643a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 20:26:25 +0100 Subject: [PATCH] chore(ci): bump radiorabe/actions from 0.18.0 to 0.19.1 (#36) Bumps [radiorabe/actions](https://github.com/radiorabe/actions) from 0.18.0 to 0.19.1. - [Release notes](https://github.com/radiorabe/actions/releases) - [Commits](https://github.com/radiorabe/actions/compare/v0.18.0...v0.19.1) --- updated-dependencies: - dependency-name: radiorabe/actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release.yaml | 2 +- .github/workflows/test.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0f0e238..7b7ae93 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -9,6 +9,6 @@ on: jobs: python-poetry: - uses: radiorabe/actions/.github/workflows/release-python-poetry.yaml@v0.18.0 + uses: radiorabe/actions/.github/workflows/release-python-poetry.yaml@v0.19.1 secrets: RABE_PYPI_TOKEN: ${{ secrets.RABE_PYPI_TOKEN }} diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index cf093af..57b7304 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -7,6 +7,6 @@ on: jobs: pre-commit: - uses: radiorabe/actions/.github/workflows/test-pre-commit.yaml@v0.18.0 + uses: radiorabe/actions/.github/workflows/test-pre-commit.yaml@v0.19.1 test-python-poetry: - uses: radiorabe/actions/.github/workflows/test-python-poetry.yaml@v0.18.0 + uses: radiorabe/actions/.github/workflows/test-python-poetry.yaml@v0.19.1