From f0e044a78c889e61345520f95e37eab42c1ace09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 17:22:57 +0200 Subject: [PATCH] chore(deps): bump radiorabe/actions from 0.14.0 to 0.15.0 (#301) Bumps [radiorabe/actions](https://github.com/radiorabe/actions) from 0.14.0 to 0.15.0. - [Release notes](https://github.com/radiorabe/actions/releases) - [Commits](https://github.com/radiorabe/actions/compare/v0.14.0...v0.15.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 | 2 +- .github/workflows/schedule.yaml | 2 +- .github/workflows/semantic-release.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 7a05ce5a..98e9fb7c 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.14.0 + uses: radiorabe/actions/.github/workflows/test-pre-commit.yaml@v0.15.0 python-poetry: - uses: radiorabe/actions/.github/workflows/test-python-poetry.yaml@v0.14.0 + uses: radiorabe/actions/.github/workflows/test-python-poetry.yaml@v0.15.0 helm-chart: name: Test Helm Chart runs-on: ubuntu-latest diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 048b1cc9..39ddb782 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -8,7 +8,7 @@ on: jobs: release-container: - uses: radiorabe/actions/.github/workflows/release-container.yaml@v0.14.0 + uses: radiorabe/actions/.github/workflows/release-container.yaml@v0.15.0 with: image: 'ghcr.io/radiorabe/catpage' name: 'catpage' diff --git a/.github/workflows/schedule.yaml b/.github/workflows/schedule.yaml index fadc7dac..1a54909d 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.14.0 + uses: radiorabe/actions/.github/workflows/schedule-trivy.yaml@v0.15.0 with: image-ref: 'ghcr.io/radiorabe/catpage:latest' diff --git a/.github/workflows/semantic-release.yaml b/.github/workflows/semantic-release.yaml index dfd95023..9a8b5aaa 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.14.0 + uses: radiorabe/actions/.github/workflows/semantic-release.yaml@v0.15.0 secrets: RABE_ITREAKTION_GITHUB_TOKEN: ${{ secrets.RABE_ITREAKTION_GITHUB_TOKEN }}