Skip to content

Commit 0d50209

Browse files
chore(ci): bump the actions group with 4 updates (#141)
Bumps the actions group with 4 updates: [radiorabe/actions/.github/workflows/release-container.yaml](https://github.com/radiorabe/actions), [radiorabe/actions/.github/workflows/release-mkdocs.yaml](https://github.com/radiorabe/actions), [radiorabe/actions/.github/workflows/schedule-trivy.yaml](https://github.com/radiorabe/actions) and [radiorabe/actions/.github/workflows/semantic-release.yaml](https://github.com/radiorabe/actions). Updates `radiorabe/actions/.github/workflows/release-container.yaml` from 0.38.3 to 0.38.4 - [Release notes](https://github.com/radiorabe/actions/releases) - [Commits](radiorabe/actions@v0.38.3...v0.38.4) Updates `radiorabe/actions/.github/workflows/release-mkdocs.yaml` from 0.38.3 to 0.38.4 - [Release notes](https://github.com/radiorabe/actions/releases) - [Commits](radiorabe/actions@v0.38.3...v0.38.4) Updates `radiorabe/actions/.github/workflows/schedule-trivy.yaml` from 0.38.3 to 0.38.4 - [Release notes](https://github.com/radiorabe/actions/releases) - [Commits](radiorabe/actions@v0.38.3...v0.38.4) Updates `radiorabe/actions/.github/workflows/semantic-release.yaml` from 0.38.3 to 0.38.4 - [Release notes](https://github.com/radiorabe/actions/releases) - [Commits](radiorabe/actions@v0.38.3...v0.38.4) --- updated-dependencies: - dependency-name: radiorabe/actions/.github/workflows/release-container.yaml dependency-version: 0.38.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: radiorabe/actions/.github/workflows/release-mkdocs.yaml dependency-version: 0.38.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: radiorabe/actions/.github/workflows/schedule-trivy.yaml dependency-version: 0.38.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: radiorabe/actions/.github/workflows/semantic-release.yaml dependency-version: 0.38.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f921e16 commit 0d50209

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

‎.github/workflows/release.yaml‎

Lines changed: 2 additions & 2 deletions
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.38.3
13+
uses: radiorabe/actions/.github/workflows/release-container.yaml@v0.38.4
1414
with:
1515
image: ghcr.io/radiorabe/python-minimal
1616
name: python-minimal
@@ -25,4 +25,4 @@ jobs:
2525
}
2626
}
2727
mkdocs:
28-
uses: radiorabe/actions/.github/workflows/release-mkdocs.yaml@v0.38.3
28+
uses: radiorabe/actions/.github/workflows/release-mkdocs.yaml@v0.38.4

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

0 commit comments

Comments
 (0)