From 3fdf4c8f1acbdfdb4380a6c00290333f6999c0bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 10:07:13 +0100 Subject: [PATCH] chore(ci): bump radiorabe/actions from 0.20.3 to 0.20.5 (#224) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 5c7088f..6b7d8a7 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.3 + uses: radiorabe/actions/.github/workflows/test-pre-commit.yaml@v0.20.5 pytest: - uses: radiorabe/actions/.github/workflows/test-python-poetry.yaml@v0.20.3 + uses: radiorabe/actions/.github/workflows/test-python-poetry.yaml@v0.20.5 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f908c1f..4e58a7b 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.3 + uses: radiorabe/actions/.github/workflows/release-python-poetry.yaml@v0.20.5 secrets: RABE_PYPI_TOKEN: ${{ secrets.RABE_PYPI_TOKEN }} diff --git a/.github/workflows/semantic-release.yaml b/.github/workflows/semantic-release.yaml index 784c177..f863753 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.3 + uses: radiorabe/actions/.github/workflows/semantic-release.yaml@v0.20.5 secrets: RABE_ITREAKTION_GITHUB_TOKEN: ${{ secrets.RABE_ITREAKTION_GITHUB_TOKEN }}