Skip to content

Commit fca20c1

Browse files
chore(ci): bump radiorabe/actions from 0.30.2 to 0.30.3 (#575)
Bumps [radiorabe/actions](https://github.com/radiorabe/actions) from 0.30.2 to 0.30.3. - [Release notes](https://github.com/radiorabe/actions/releases) - [Commits](radiorabe/actions@v0.30.2...v0.30.3) --- updated-dependencies: - dependency-name: radiorabe/actions dependency-version: 0.30.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 98e7e47 commit fca20c1

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ on:
55

66
jobs:
77
pre-commit:
8-
uses: radiorabe/actions/.github/workflows/test-pre-commit.yaml@v0.30.2
8+
uses: radiorabe/actions/.github/workflows/test-pre-commit.yaml@v0.30.3
99
python-poetry:
10-
uses: radiorabe/actions/.github/workflows/test-python-poetry.yaml@v0.30.2
10+
uses: radiorabe/actions/.github/workflows/test-python-poetry.yaml@v0.30.3
1111
helm-chart:
1212
name: Test Helm Chart
1313
runs-on: ubuntu-latest

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ on:
99

1010
jobs:
1111
release-container:
12-
uses: radiorabe/actions/.github/workflows/release-container.yaml@v0.30.2
12+
uses: radiorabe/actions/.github/workflows/release-container.yaml@v0.30.3
1313
with:
1414
image: 'ghcr.io/radiorabe/catpage'
1515
name: 'catpage'
1616
display-name: 'Cat Page'
1717
tags: 'minimal rhel9 rabe s2i python python311 catpage'
1818
release-mkdocs:
19-
uses: radiorabe/actions/.github/workflows/release-mkdocs.yaml@v0.30.2
19+
uses: radiorabe/actions/.github/workflows/release-mkdocs.yaml@v0.30.3
2020
helm-chart:
2121
runs-on: ubuntu-latest
2222
if: startsWith(github.ref, 'refs/tags/v')

.github/workflows/schedule.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ on:
77

88
jobs:
99
schedule-trivy:
10-
uses: radiorabe/actions/.github/workflows/schedule-trivy.yaml@v0.30.2
10+
uses: radiorabe/actions/.github/workflows/schedule-trivy.yaml@v0.30.3
1111
with:
1212
image-ref: 'ghcr.io/radiorabe/catpage:latest'

.github/workflows/semantic-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ on:
88

99
jobs:
1010
semantic-release:
11-
uses: radiorabe/actions/.github/workflows/semantic-release.yaml@v0.30.2
11+
uses: radiorabe/actions/.github/workflows/semantic-release.yaml@v0.30.3
1212
secrets:
1313
RABE_ITREAKTION_GITHUB_TOKEN: ${{ secrets.RABE_ITREAKTION_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)