From a010965ec2be5971c862efbfc5c28af957118cc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 20:27:20 +1000 Subject: [PATCH] chore(ci): bump radiorabe/actions from 0.19.1 to 0.20.3 (#44) Bumps [radiorabe/actions](https://github.com/radiorabe/actions) from 0.19.1 to 0.20.3. - [Release notes](https://github.com/radiorabe/actions/releases) - [Commits](https://github.com/radiorabe/actions/compare/v0.19.1...v0.20.3) --- updated-dependencies: - dependency-name: radiorabe/actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 7b7ae93..f908c1f 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.19.1 + uses: radiorabe/actions/.github/workflows/release-python-poetry.yaml@v0.20.3 secrets: RABE_PYPI_TOKEN: ${{ secrets.RABE_PYPI_TOKEN }} diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 57b7304..fd4f222 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.19.1 + uses: radiorabe/actions/.github/workflows/test-pre-commit.yaml@v0.20.3 test-python-poetry: - uses: radiorabe/actions/.github/workflows/test-python-poetry.yaml@v0.19.1 + uses: radiorabe/actions/.github/workflows/test-python-poetry.yaml@v0.20.3