From 7896e90ca019b6540c31cbd8cfef57c148d24648 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Mar 2026 21:46:25 +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.39.3 to 0.40.0 - [Release notes](https://github.com/radiorabe/actions/releases) - [Commits](https://github.com/radiorabe/actions/compare/v0.39.3...v0.40.0) Updates `radiorabe/actions/.github/workflows/test-python-poetry.yaml` from 0.39.3 to 0.40.0 - [Release notes](https://github.com/radiorabe/actions/releases) - [Commits](https://github.com/radiorabe/actions/compare/v0.39.3...v0.40.0) Updates `radiorabe/actions/.github/workflows/release-python-poetry.yaml` from 0.39.3 to 0.40.0 - [Release notes](https://github.com/radiorabe/actions/releases) - [Commits](https://github.com/radiorabe/actions/compare/v0.39.3...v0.40.0) Updates `radiorabe/actions/.github/workflows/semantic-release.yaml` from 0.39.3 to 0.40.0 - [Release notes](https://github.com/radiorabe/actions/releases) - [Commits](https://github.com/radiorabe/actions/compare/v0.39.3...v0.40.0) --- updated-dependencies: - dependency-name: radiorabe/actions/.github/workflows/test-pre-commit.yaml dependency-version: 0.40.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: radiorabe/actions/.github/workflows/test-python-poetry.yaml dependency-version: 0.40.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: radiorabe/actions/.github/workflows/release-python-poetry.yaml dependency-version: 0.40.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: radiorabe/actions/.github/workflows/semantic-release.yaml dependency-version: 0.40.0 dependency-type: direct:production update-type: version-update:semver-minor 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 a2ae59c..7261128 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.39.3 + uses: radiorabe/actions/.github/workflows/test-pre-commit.yaml@v0.41.1 pytest: - uses: radiorabe/actions/.github/workflows/test-python-poetry.yaml@v0.39.3 + uses: radiorabe/actions/.github/workflows/test-python-poetry.yaml@v0.41.1 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d4cf83b..4365418 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.39.3 + uses: radiorabe/actions/.github/workflows/release-python-poetry.yaml@v0.41.1 secrets: RABE_PYPI_TOKEN: ${{ secrets.RABE_PYPI_TOKEN }} diff --git a/.github/workflows/semantic-release.yaml b/.github/workflows/semantic-release.yaml index 75d8e1d..62f61c9 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.39.3 + uses: radiorabe/actions/.github/workflows/semantic-release.yaml@v0.41.1 secrets: RABE_ITREAKTION_GITHUB_TOKEN: ${{ secrets.RABE_ITREAKTION_GITHUB_TOKEN }}