From a3d6022ca95fa84ddba7eba8a7f776c1701192cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 08:40:32 +0000 Subject: [PATCH] chore(ci): bump radiorabe/actions from 0.25.0 to 0.27.0 Bumps [radiorabe/actions](https://github.com/radiorabe/actions) from 0.25.0 to 0.27.0. - [Release notes](https://github.com/radiorabe/actions/releases) - [Commits](https://github.com/radiorabe/actions/compare/v0.25.0...v0.27.0) --- updated-dependencies: - dependency-name: radiorabe/actions dependency-type: direct:production update-type: version-update:semver-minor ... 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 df6c0ab..252009d 100644 --- a/.github/workflows/lint-and-test.yaml +++ b/.github/workflows/lint-and-test.yaml @@ -9,6 +9,6 @@ on: jobs: call-workflow: - uses: radiorabe/actions/.github/workflows/test-pre-commit.yaml@v0.25.0 + uses: radiorabe/actions/.github/workflows/test-pre-commit.yaml@v0.27.0 pytest: - uses: radiorabe/actions/.github/workflows/test-python-poetry.yaml@v0.25.0 + uses: radiorabe/actions/.github/workflows/test-python-poetry.yaml@v0.27.0 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d0d621d..e9d3c60 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.25.0 + uses: radiorabe/actions/.github/workflows/release-python-poetry.yaml@v0.27.0 secrets: RABE_PYPI_TOKEN: ${{ secrets.RABE_PYPI_TOKEN }} diff --git a/.github/workflows/semantic-release.yaml b/.github/workflows/semantic-release.yaml index e190f60..7f0cd31 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.25.0 + uses: radiorabe/actions/.github/workflows/semantic-release.yaml@v0.27.0 secrets: RABE_ITREAKTION_GITHUB_TOKEN: ${{ secrets.RABE_ITREAKTION_GITHUB_TOKEN }}