From a269f5f92a1cbdfbe0c274243ff4829f7f025d7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Dec 2023 16:26:26 +0000 Subject: [PATCH] fix(ci): bump radiorabe/actions from 0.20.0 to 0.20.2 (#196) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lucas --- .github/workflows/lint-and-test.yaml | 4 ++-- .github/workflows/release.yaml | 4 +++- .github/workflows/semantic-release.yaml | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint-and-test.yaml b/.github/workflows/lint-and-test.yaml index 0d5e93e..1a99774 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.0 + uses: radiorabe/actions/.github/workflows/test-pre-commit.yaml@v0.20.2 pytest: - uses: radiorabe/actions/.github/workflows/test-python-poetry.yaml@v0.20.0 + uses: radiorabe/actions/.github/workflows/test-python-poetry.yaml@v0.20.2 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1ba524f..47c3ee8 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -9,4 +9,6 @@ on: jobs: python-poetry: - uses: radiorabe/actions/.github/workflows/release-python-poetry.yaml@v0.20.1 + uses: radiorabe/actions/.github/workflows/release-python-poetry.yaml@v0.20.2 + secrets: + RABE_PYPI_TOKEN: ${{ secrets.RABE_PYPI_TOKEN }} diff --git a/.github/workflows/semantic-release.yaml b/.github/workflows/semantic-release.yaml index 0d77b0e..2b73871 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.0 + uses: radiorabe/actions/.github/workflows/semantic-release.yaml@v0.20.2 secrets: RABE_ITREAKTION_GITHUB_TOKEN: ${{ secrets.RABE_ITREAKTION_GITHUB_TOKEN }}