From c942da44965b231a0bc124abab4747fe4233c34b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 00:33:01 +0000 Subject: [PATCH] chore(deps): bump radiorabe/actions from 0.20.3 to 0.20.4 Bumps [radiorabe/actions](https://github.com/radiorabe/actions) from 0.20.3 to 0.20.4. - [Release notes](https://github.com/radiorabe/actions/releases) - [Commits](https://github.com/radiorabe/actions/compare/v0.20.3...v0.20.4) --- updated-dependencies: - dependency-name: radiorabe/actions dependency-type: direct:production update-type: version-update:semver-patch ... 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 47d7da0..43ad4ab 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -8,11 +8,11 @@ on: jobs: python-poetry: - uses: radiorabe/actions/.github/workflows/release-python-poetry.yaml@v0.20.3 + uses: radiorabe/actions/.github/workflows/release-python-poetry.yaml@v0.20.4 secrets: RABE_PYPI_TOKEN: ${{ secrets.RABE_PYPI_TOKEN }} release-container: - uses: radiorabe/actions/.github/workflows/release-container.yaml@v0.20.3 + uses: radiorabe/actions/.github/workflows/release-container.yaml@v0.20.4 needs: - python-poetry with: diff --git a/.github/workflows/schedule.yaml b/.github/workflows/schedule.yaml index b968492..085ee04 100644 --- a/.github/workflows/schedule.yaml +++ b/.github/workflows/schedule.yaml @@ -7,6 +7,6 @@ on: jobs: call-workflow: - uses: radiorabe/actions/.github/workflows/schedule-trivy.yaml@v0.20.3 + uses: radiorabe/actions/.github/workflows/schedule-trivy.yaml@v0.20.4 with: image-ref: 'ghcr.io/radiorabe/acrloader:latest' diff --git a/.github/workflows/semantic-release.yaml b/.github/workflows/semantic-release.yaml index d1d8094..f6c31cd 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.20.3 + uses: radiorabe/actions/.github/workflows/semantic-release.yaml@v0.20.4 secrets: RABE_ITREAKTION_GITHUB_TOKEN: ${{ secrets.RABE_ITREAKTION_GITHUB_TOKEN }} diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 5c2be36..70cabf4 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -5,9 +5,9 @@ on: jobs: pre-commit: - uses: radiorabe/actions/.github/workflows/test-pre-commit.yaml@v0.20.3 + uses: radiorabe/actions/.github/workflows/test-pre-commit.yaml@v0.20.4 python-poetry: - uses: radiorabe/actions/.github/workflows/test-python-poetry.yaml@v0.20.3 + uses: radiorabe/actions/.github/workflows/test-python-poetry.yaml@v0.20.4 with: version: '3.11' helm-chart: