From 3533e40c7c875bb1203f215e7fd6da46e6ca98e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Dec 2023 12:14:44 +0100 Subject: [PATCH] chore(ci): bump radiorabe/actions from 0.18.0 to 0.19.1 (#376) Bumps [radiorabe/actions](https://github.com/radiorabe/actions) from 0.18.0 to 0.19.1. - [Release notes](https://github.com/radiorabe/actions/releases) - [Commits](https://github.com/radiorabe/actions/compare/v0.18.0...v0.19.1) --- 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/lint-and-test.yaml | 4 ++-- .github/workflows/release.yaml | 4 ++-- .github/workflows/schedule.yaml | 2 +- .github/workflows/semantic-release.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/lint-and-test.yaml b/.github/workflows/lint-and-test.yaml index cf093afc..57b7304c 100644 --- a/.github/workflows/lint-and-test.yaml +++ b/.github/workflows/lint-and-test.yaml @@ -7,6 +7,6 @@ on: jobs: pre-commit: - uses: radiorabe/actions/.github/workflows/test-pre-commit.yaml@v0.18.0 + uses: radiorabe/actions/.github/workflows/test-pre-commit.yaml@v0.19.1 test-python-poetry: - uses: radiorabe/actions/.github/workflows/test-python-poetry.yaml@v0.18.0 + uses: radiorabe/actions/.github/workflows/test-python-poetry.yaml@v0.19.1 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f33491b4..e7ac5874 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -11,7 +11,7 @@ on: jobs: release-container: - uses: radiorabe/actions/.github/workflows/release-container.yaml@v0.18.0 + uses: radiorabe/actions/.github/workflows/release-container.yaml@v0.19.1 with: image: 'ghcr.io/radiorabe/suisasendemeldung' name: suisasendemeldung @@ -19,6 +19,6 @@ jobs: tags: rabe python suisa python-poetry: - uses: radiorabe/actions/.github/workflows/release-python-poetry.yaml@v0.18.0 + uses: radiorabe/actions/.github/workflows/release-python-poetry.yaml@v0.19.1 secrets: RABE_PYPI_TOKEN: ${{ secrets.RABE_PYPI_TOKEN }} diff --git a/.github/workflows/schedule.yaml b/.github/workflows/schedule.yaml index c946e69d..baad45ec 100644 --- a/.github/workflows/schedule.yaml +++ b/.github/workflows/schedule.yaml @@ -7,6 +7,6 @@ on: jobs: schedule-trivy: - uses: radiorabe/actions/.github/workflows/schedule-trivy.yaml@v0.18.0 + uses: radiorabe/actions/.github/workflows/schedule-trivy.yaml@v0.19.1 with: image-ref: 'ghcr.io/radiorabe/suisasendemeldung:latest' diff --git a/.github/workflows/semantic-release.yaml b/.github/workflows/semantic-release.yaml index 8416ac2d..a66a202e 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.18.0 + uses: radiorabe/actions/.github/workflows/semantic-release.yaml@v0.19.1 secrets: RABE_ITREAKTION_GITHUB_TOKEN: ${{ secrets.RABE_ITREAKTION_GITHUB_TOKEN }}