From f53bee1d33770d27665e90f3eb6ca934c8be8ef0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 09:03:44 +0000 Subject: [PATCH] chore(ci): bump radiorabe/actions from 0.20.6 to 0.22.1 Bumps [radiorabe/actions](https://github.com/radiorabe/actions) from 0.20.6 to 0.22.1. - [Release notes](https://github.com/radiorabe/actions/releases) - [Commits](https://github.com/radiorabe/actions/compare/v0.20.6...v0.22.1) --- 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..8c406e9 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.1 pytest: - uses: radiorabe/actions/.github/workflows/test-python-poetry.yaml@v0.20.6 + uses: radiorabe/actions/.github/workflows/test-python-poetry.yaml@v0.22.1 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e02a075..a7cc882 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.1 secrets: RABE_PYPI_TOKEN: ${{ secrets.RABE_PYPI_TOKEN }} diff --git a/.github/workflows/semantic-release.yaml b/.github/workflows/semantic-release.yaml index 1740c98..201a29d 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.1 secrets: RABE_ITREAKTION_GITHUB_TOKEN: ${{ secrets.RABE_ITREAKTION_GITHUB_TOKEN }}