diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index d56acca5..6f4ccc1d 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.21.1 + uses: radiorabe/actions/.github/workflows/test-pre-commit.yaml@v0.21.2 python-poetry: - uses: radiorabe/actions/.github/workflows/test-python-poetry.yaml@v0.21.1 + uses: radiorabe/actions/.github/workflows/test-python-poetry.yaml@v0.21.2 helm-chart: name: Test Helm Chart runs-on: ubuntu-latest diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a335ffe0..d73ef6b7 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.21.1 + uses: radiorabe/actions/.github/workflows/release-container.yaml@v0.21.2 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.21.1 + uses: radiorabe/actions/.github/workflows/release-mkdocs.yaml@v0.21.2 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 4fc53f07..07d73591 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.21.1 + uses: radiorabe/actions/.github/workflows/schedule-trivy.yaml@v0.21.2 with: image-ref: 'ghcr.io/radiorabe/catpage:latest' diff --git a/.github/workflows/semantic-release.yaml b/.github/workflows/semantic-release.yaml index 54a8dfc5..f9a35a29 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.21.1 + uses: radiorabe/actions/.github/workflows/semantic-release.yaml@v0.21.2 secrets: RABE_ITREAKTION_GITHUB_TOKEN: ${{ secrets.RABE_ITREAKTION_GITHUB_TOKEN }}