From 8f425b465739e5cc6e16d41a77493f2ff6f775e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 06:31:29 +0000 Subject: [PATCH] chore(ci): bump radiorabe/actions from 0.25.0 to 0.26.0 Bumps [radiorabe/actions](https://github.com/radiorabe/actions) from 0.25.0 to 0.26.0. - [Release notes](https://github.com/radiorabe/actions/releases) - [Commits](https://github.com/radiorabe/actions/compare/v0.25.0...v0.26.0) --- updated-dependencies: - dependency-name: radiorabe/actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yaml | 4 ++-- .github/workflows/schedule.yaml | 2 +- .github/workflows/semantic-release.yaml | 2 +- .github/workflows/test.yaml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 49e3e62..ca1cf39 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -10,11 +10,11 @@ on: jobs: release-container: - uses: radiorabe/actions/.github/workflows/release-container.yaml@v0.25.0 + uses: radiorabe/actions/.github/workflows/release-container.yaml@v0.26.0 with: image: ghcr.io/radiorabe/pathfinderevents name: pathfinderevents display-name: Subscribe to Pathfinder changes and emit CloudEvents on change tags: minimal rhel9 ubi9 rabe kafka cloudevents pathfinder axia mkdocs: - uses: radiorabe/actions/.github/workflows/release-mkdocs.yaml@v0.25.0 + uses: radiorabe/actions/.github/workflows/release-mkdocs.yaml@v0.26.0 diff --git a/.github/workflows/schedule.yaml b/.github/workflows/schedule.yaml index fdb5607..4c35393 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.25.0 + uses: radiorabe/actions/.github/workflows/schedule-trivy.yaml@v0.26.0 with: image-ref: 'ghcr.io/radiorabe/pathfinderevents:latest' diff --git a/.github/workflows/semantic-release.yaml b/.github/workflows/semantic-release.yaml index 07ce793..d5b980d 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.25.0 + uses: radiorabe/actions/.github/workflows/semantic-release.yaml@v0.26.0 secrets: RABE_ITREAKTION_GITHUB_TOKEN: ${{ secrets.RABE_ITREAKTION_GITHUB_TOKEN }} diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index a2e7acc..a361246 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -7,6 +7,6 @@ on: jobs: test-python-poetry: - uses: radiorabe/actions/.github/workflows/test-python-poetry.yaml@v0.25.0 + uses: radiorabe/actions/.github/workflows/test-python-poetry.yaml@v0.26.0 pre-commit: - uses: radiorabe/actions/.github/workflows/test-pre-commit.yaml@v0.25.0 + uses: radiorabe/actions/.github/workflows/test-pre-commit.yaml@v0.26.0