From f435ae6be32ba3558731788f2121f9cb94741140 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 21:02:18 +0100 Subject: [PATCH] chore(ci): bump radiorabe/actions from 0.22.4 to 0.24.0 (#521) Bumps [radiorabe/actions](https://github.com/radiorabe/actions) from 0.22.4 to 0.24.0. - [Release notes](https://github.com/radiorabe/actions/releases) - [Commits](https://github.com/radiorabe/actions/compare/v0.22.4...v0.24.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/main.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/main.yaml b/.github/workflows/main.yaml index 0d3196eb..743fab4f 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -5,9 +5,9 @@ on: jobs: pre-commit: - uses: radiorabe/actions/.github/workflows/test-pre-commit.yaml@v0.22.4 + uses: radiorabe/actions/.github/workflows/test-pre-commit.yaml@v0.24.0 python-poetry: - uses: radiorabe/actions/.github/workflows/test-python-poetry.yaml@v0.22.4 + uses: radiorabe/actions/.github/workflows/test-python-poetry.yaml@v0.24.0 helm-chart: name: Test Helm Chart runs-on: ubuntu-latest diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 44f26c6c..8f9ede8d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -9,14 +9,14 @@ on: jobs: release-container: - uses: radiorabe/actions/.github/workflows/release-container.yaml@v0.22.4 + uses: radiorabe/actions/.github/workflows/release-container.yaml@v0.24.0 with: image: 'ghcr.io/radiorabe/catpage' name: 'catpage' display-name: 'Cat Page' tags: 'minimal rhel9 rabe s2i python python311 catpage' release-mkdocs: - uses: radiorabe/actions/.github/workflows/release-mkdocs.yaml@v0.22.4 + uses: radiorabe/actions/.github/workflows/release-mkdocs.yaml@v0.24.0 helm-chart: runs-on: ubuntu-latest if: startsWith(github.ref, 'refs/tags/v') diff --git a/.github/workflows/schedule.yaml b/.github/workflows/schedule.yaml index 0b49a4e7..9cc247b6 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.22.4 + uses: radiorabe/actions/.github/workflows/schedule-trivy.yaml@v0.24.0 with: image-ref: 'ghcr.io/radiorabe/catpage:latest' diff --git a/.github/workflows/semantic-release.yaml b/.github/workflows/semantic-release.yaml index 0da467a8..1fb2a38c 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.22.4 + uses: radiorabe/actions/.github/workflows/semantic-release.yaml@v0.24.0 secrets: RABE_ITREAKTION_GITHUB_TOKEN: ${{ secrets.RABE_ITREAKTION_GITHUB_TOKEN }}