From 4d80e08851d0ec41ddb75a411cd9f6c57b47aac1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 10:22:04 +0000 Subject: [PATCH] chore(ci): bump radiorabe/actions from 0.25.0 to 0.26.0 Bumps [radiorabe/actions](https://github.com/radiorabe/actions) from 0.25.0 to 0.26.0. - [Release notes](https://github.com/radiorabe/actions/releases) - [Commits](https://github.com/radiorabe/actions/compare/v0.25.0...v0.26.0) --- updated-dependencies: - dependency-name: radiorabe/actions dependency-type: direct:production update-type: version-update:semver-minor ... 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 d0d621d..f4edc9f 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.26.0 secrets: RABE_PYPI_TOKEN: ${{ secrets.RABE_PYPI_TOKEN }} diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 091c88a..014313a 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.25.0 + uses: radiorabe/actions/.github/workflows/test-pre-commit.yaml@v0.26.0 test-python-poetry: - uses: radiorabe/actions/.github/workflows/test-python-poetry.yaml@v0.25.0 + uses: radiorabe/actions/.github/workflows/test-python-poetry.yaml@v0.26.0