From fca837b571c3abbcb696753ddb2f9037d98418c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 10:35:37 +0000 Subject: [PATCH] chore(ci): bump radiorabe/actions from 0.20.5 to 0.20.6 Bumps [radiorabe/actions](https://github.com/radiorabe/actions) from 0.20.5 to 0.20.6. - [Release notes](https://github.com/radiorabe/actions/releases) - [Commits](https://github.com/radiorabe/actions/compare/v0.20.5...v0.20.6) --- updated-dependencies: - dependency-name: radiorabe/actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yaml | 2 +- .github/workflows/test.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4e58a7b..e02a075 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.5 + uses: radiorabe/actions/.github/workflows/release-python-poetry.yaml@v0.20.6 secrets: RABE_PYPI_TOKEN: ${{ secrets.RABE_PYPI_TOKEN }} diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 52c2588..9d26065 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -7,6 +7,6 @@ on: jobs: pre-commit: - uses: radiorabe/actions/.github/workflows/test-pre-commit.yaml@v0.20.5 + uses: radiorabe/actions/.github/workflows/test-pre-commit.yaml@v0.20.6 test-python-poetry: - uses: radiorabe/actions/.github/workflows/test-python-poetry.yaml@v0.20.5 + uses: radiorabe/actions/.github/workflows/test-python-poetry.yaml@v0.20.6