From 25a197a03ad48e406be166436fe8a68deea6ef00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 10:11:35 +0000 Subject: [PATCH] chore(ci): bump radiorabe/actions from 0.7.0 to 0.7.1 Bumps [radiorabe/actions](https://github.com/radiorabe/actions) from 0.7.0 to 0.7.1. - [Release notes](https://github.com/radiorabe/actions/releases) - [Commits](https://github.com/radiorabe/actions/compare/v0.7.0...v0.7.1) --- updated-dependencies: - dependency-name: radiorabe/actions dependency-type: direct:production update-type: version-update:semver-patch ... 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 4677e70..c970195 100644 --- a/.github/workflows/lint-and-test.yaml +++ b/.github/workflows/lint-and-test.yaml @@ -9,6 +9,6 @@ on: jobs: pre-commit: - uses: radiorabe/actions/.github/workflows/test-pre-commit.yaml@v0.7.0 + uses: radiorabe/actions/.github/workflows/test-pre-commit.yaml@v0.7.1 pytest: - uses: radiorabe/actions/.github/workflows/test-python-poetry.yaml@v0.7.0 + uses: radiorabe/actions/.github/workflows/test-python-poetry.yaml@v0.7.1 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1699154..aacadbb 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.7.0 + uses: radiorabe/actions/.github/workflows/release-python-poetry.yaml@v0.7.1 secrets: RABE_PYPI_TOKEN: ${{ secrets.RABE_PYPI_TOKEN }} diff --git a/.github/workflows/semantic-release.yaml b/.github/workflows/semantic-release.yaml index 6cfabb4..3b49085 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.7.0 + uses: radiorabe/actions/.github/workflows/semantic-release.yaml@v0.7.1 secrets: RABE_ITREAKTION_GITHUB_TOKEN: ${{ secrets.RABE_ITREAKTION_GITHUB_TOKEN }}