From 87d5de114700f0398bbebcb0c7ad396a460d8bcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 15:22:11 +0200 Subject: [PATCH] chore(ci): bump radiorabe/actions from 0.15.1 to 0.16.0 (#37) Bumps [radiorabe/actions](https://github.com/radiorabe/actions) from 0.15.1 to 0.16.0. - [Release notes](https://github.com/radiorabe/actions/releases) - [Commits](https://github.com/radiorabe/actions/compare/v0.15.1...v0.16.0) --- 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/semantic-release.yaml | 2 +- .github/workflows/test.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4e49776..71fa1c4 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.15.1 + uses: radiorabe/actions/.github/workflows/release-python-poetry.yaml@v0.16.0 secrets: RABE_PYPI_TOKEN: ${{ secrets.RABE_PYPI_TOKEN }} diff --git a/.github/workflows/semantic-release.yaml b/.github/workflows/semantic-release.yaml index 22a2fb5..77a1063 100644 --- a/.github/workflows/semantic-release.yaml +++ b/.github/workflows/semantic-release.yaml @@ -8,6 +8,6 @@ on: jobs: semantic-release: - uses: radiorabe/actions/.github/workflows/semantic-release.yaml@v0.15.1 + uses: radiorabe/actions/.github/workflows/semantic-release.yaml@v0.16.0 secrets: RABE_ITREAKTION_GITHUB_TOKEN: ${{ secrets.RABE_ITREAKTION_GITHUB_TOKEN }} diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 2ecbcf8..ba25f77 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -5,6 +5,6 @@ on: jobs: pre-commit: - uses: radiorabe/actions/.github/workflows/test-pre-commit.yaml@v0.15.1 + uses: radiorabe/actions/.github/workflows/test-pre-commit.yaml@v0.16.0 python-poetry: - uses: radiorabe/actions/.github/workflows/test-python-poetry.yaml@v0.15.1 + uses: radiorabe/actions/.github/workflows/test-python-poetry.yaml@v0.16.0