Skip to content

Commit 0d4f04b

Browse files
chore(ci): bump the actions group with 6 updates (#1166)
1 parent bbab215 commit 0d4f04b

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

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

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

88
jobs:
99
pre-commit:
10-
uses: radiorabe/actions/.github/workflows/test-pre-commit.yaml@v0.41.1
10+
uses: radiorabe/actions/.github/workflows/test-pre-commit.yaml@v0.41.3
1111
test-python-poetry:
12-
uses: radiorabe/actions/.github/workflows/test-python-poetry.yaml@v0.41.1
12+
uses: radiorabe/actions/.github/workflows/test-python-poetry.yaml@v0.41.3

.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.41.1
12+
uses: radiorabe/actions/.github/workflows/release-container.yaml@v0.41.3
1313
with:
1414
image: 'ghcr.io/radiorabe/nowplaying'
1515
name: nowplaying
1616
display-name: RaBe nowplaying daemon.
1717
tags: minimal rhel9 rabe python nowplaying
1818

1919
python-poetry:
20-
uses: radiorabe/actions/.github/workflows/release-python-poetry.yaml@v0.41.1
20+
uses: radiorabe/actions/.github/workflows/release-python-poetry.yaml@v0.41.3
2121
secrets:
2222
RABE_PYPI_TOKEN: ${{ secrets.RABE_PYPI_TOKEN }}

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

0 commit comments

Comments
 (0)