Skip to content

Commit 00ed931

Browse files
chore(ci): bump radiorabe/actions from 0.25.0 to 0.28.0
Bumps [radiorabe/actions](https://github.com/radiorabe/actions) from 0.25.0 to 0.28.0. - [Release notes](https://github.com/radiorabe/actions/releases) - [Commits](radiorabe/actions@v0.25.0...v0.28.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 5cf521c commit 00ed931

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/lint-and-test.yaml

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

1010
jobs:
1111
call-workflow:
12-
uses: radiorabe/actions/.github/workflows/test-pre-commit.yaml@v0.25.0
12+
uses: radiorabe/actions/.github/workflows/test-pre-commit.yaml@v0.28.0
1313
pytest:
14-
uses: radiorabe/actions/.github/workflows/test-python-poetry.yaml@v0.25.0
14+
uses: radiorabe/actions/.github/workflows/test-python-poetry.yaml@v0.28.0

.github/workflows/release.yaml

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

1010
jobs:
1111
python-poetry:
12-
uses: radiorabe/actions/.github/workflows/release-python-poetry.yaml@v0.25.0
12+
uses: radiorabe/actions/.github/workflows/release-python-poetry.yaml@v0.28.0
1313
secrets:
1414
RABE_PYPI_TOKEN: ${{ secrets.RABE_PYPI_TOKEN }}

.github/workflows/semantic-release.yaml

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

88
jobs:
99
call-workflow:
10-
uses: radiorabe/actions/.github/workflows/semantic-release.yaml@v0.25.0
10+
uses: radiorabe/actions/.github/workflows/semantic-release.yaml@v0.28.0
1111
secrets:
1212
RABE_ITREAKTION_GITHUB_TOKEN: ${{ secrets.RABE_ITREAKTION_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)