From 81c85fda32381ef9f658fb76e3ad38b24b69727d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2026 06:18:32 +0000 Subject: [PATCH] chore(ci): bump the actions group with 4 updates Bumps the actions group with 4 updates: [radiorabe/actions/.github/workflows/test-pre-commit.yaml](https://github.com/radiorabe/actions), [radiorabe/actions/.github/workflows/test-python-poetry.yaml](https://github.com/radiorabe/actions), [radiorabe/actions/.github/workflows/release-python-poetry.yaml](https://github.com/radiorabe/actions) and [radiorabe/actions/.github/workflows/semantic-release.yaml](https://github.com/radiorabe/actions). Updates `radiorabe/actions/.github/workflows/test-pre-commit.yaml` from 0.41.1 to 0.41.3 - [Release notes](https://github.com/radiorabe/actions/releases) - [Commits](https://github.com/radiorabe/actions/compare/v0.41.1...v0.41.3) Updates `radiorabe/actions/.github/workflows/test-python-poetry.yaml` from 0.41.1 to 0.41.3 - [Release notes](https://github.com/radiorabe/actions/releases) - [Commits](https://github.com/radiorabe/actions/compare/v0.41.1...v0.41.3) Updates `radiorabe/actions/.github/workflows/release-python-poetry.yaml` from 0.41.1 to 0.41.3 - [Release notes](https://github.com/radiorabe/actions/releases) - [Commits](https://github.com/radiorabe/actions/compare/v0.41.1...v0.41.3) Updates `radiorabe/actions/.github/workflows/semantic-release.yaml` from 0.41.1 to 0.41.3 - [Release notes](https://github.com/radiorabe/actions/releases) - [Commits](https://github.com/radiorabe/actions/compare/v0.41.1...v0.41.3) --- updated-dependencies: - dependency-name: radiorabe/actions/.github/workflows/test-pre-commit.yaml dependency-version: 0.41.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: radiorabe/actions/.github/workflows/test-python-poetry.yaml dependency-version: 0.41.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: radiorabe/actions/.github/workflows/release-python-poetry.yaml dependency-version: 0.41.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: radiorabe/actions/.github/workflows/semantic-release.yaml dependency-version: 0.41.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/lint-and-test.yaml | 4 ++-- .github/workflows/release.yaml | 2 +- .github/workflows/semantic-release.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint-and-test.yaml b/.github/workflows/lint-and-test.yaml index 7261128..318b910 100644 --- a/.github/workflows/lint-and-test.yaml +++ b/.github/workflows/lint-and-test.yaml @@ -9,6 +9,6 @@ on: jobs: pre-commit: - uses: radiorabe/actions/.github/workflows/test-pre-commit.yaml@v0.41.1 + uses: radiorabe/actions/.github/workflows/test-pre-commit.yaml@v0.41.3 pytest: - uses: radiorabe/actions/.github/workflows/test-python-poetry.yaml@v0.41.1 + uses: radiorabe/actions/.github/workflows/test-python-poetry.yaml@v0.41.3 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4365418..8614f8e 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.41.1 + uses: radiorabe/actions/.github/workflows/release-python-poetry.yaml@v0.41.3 secrets: RABE_PYPI_TOKEN: ${{ secrets.RABE_PYPI_TOKEN }} diff --git a/.github/workflows/semantic-release.yaml b/.github/workflows/semantic-release.yaml index 62f61c9..40b0290 100644 --- a/.github/workflows/semantic-release.yaml +++ b/.github/workflows/semantic-release.yaml @@ -7,6 +7,6 @@ on: jobs: call-workflow: - uses: radiorabe/actions/.github/workflows/semantic-release.yaml@v0.41.1 + uses: radiorabe/actions/.github/workflows/semantic-release.yaml@v0.41.3 secrets: RABE_ITREAKTION_GITHUB_TOKEN: ${{ secrets.RABE_ITREAKTION_GITHUB_TOKEN }}