From b71ec9aad5dd6f67b285997b19bd24dd3f96990d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 08:20:52 +0000 Subject: [PATCH] chore(ci): bump radiorabe/actions from 0.20.6 to 0.22.4 Bumps [radiorabe/actions](https://github.com/radiorabe/actions) from 0.20.6 to 0.22.4. - [Release notes](https://github.com/radiorabe/actions/releases) - [Commits](https://github.com/radiorabe/actions/compare/v0.20.6...v0.22.4) --- 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 34b53f5..ba74d7c 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.20.6 + uses: radiorabe/actions/.github/workflows/test-pre-commit.yaml@v0.22.4 pytest: - uses: radiorabe/actions/.github/workflows/test-python-poetry.yaml@v0.20.6 + uses: radiorabe/actions/.github/workflows/test-python-poetry.yaml@v0.22.4 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e02a075..8d37c45 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.20.6 + uses: radiorabe/actions/.github/workflows/release-python-poetry.yaml@v0.22.4 secrets: RABE_PYPI_TOKEN: ${{ secrets.RABE_PYPI_TOKEN }} diff --git a/.github/workflows/semantic-release.yaml b/.github/workflows/semantic-release.yaml index 1740c98..ec9433c 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.20.6 + uses: radiorabe/actions/.github/workflows/semantic-release.yaml@v0.22.4 secrets: RABE_ITREAKTION_GITHUB_TOKEN: ${{ secrets.RABE_ITREAKTION_GITHUB_TOKEN }}