Skip to content

Commit c972d88

Browse files
chore(ci): bump radiorabe/actions from 0.25.0 to 0.26.0
Bumps [radiorabe/actions](https://github.com/radiorabe/actions) from 0.25.0 to 0.26.0. - [Release notes](https://github.com/radiorabe/actions/releases) - [Commits](radiorabe/actions@v0.25.0...v0.26.0) --- updated-dependencies: - dependency-name: radiorabe/actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ba4a3ab commit c972d88

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yaml

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

1111
jobs:
1212
release-container:
13-
uses: radiorabe/actions/.github/workflows/release-container.yaml@v0.25.0
13+
uses: radiorabe/actions/.github/workflows/release-container.yaml@v0.26.0
1414
with:
1515
image: ghcr.io/radiorabe/kafka
1616
name: kafka

.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.25.0
10+
uses: radiorabe/actions/.github/workflows/schedule-trivy.yaml@v0.26.0
1111
with:
1212
image-ref: 'ghcr.io/radiorabe/kafka: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.25.0
11+
uses: radiorabe/actions/.github/workflows/semantic-release.yaml@v0.26.0
1212
secrets:
1313
RABE_ITREAKTION_GITHUB_TOKEN: ${{ secrets.RABE_ITREAKTION_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)