Skip to content

Commit

Permalink
chore(ci): bump radiorabe/actions from 0.20.6 to 0.20.8 (#133)
Browse files Browse the repository at this point in the history
Bumps [radiorabe/actions](https://github.com/radiorabe/actions) from 0.20.6 to 0.20.8.
- [Release notes](https://github.com/radiorabe/actions/releases)
- [Commits](radiorabe/actions@v0.20.6...v0.20.8)

---
updated-dependencies:
- dependency-name: radiorabe/actions
  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>
  • Loading branch information
dependabot[bot] authored Mar 30, 2024
1 parent 3c1cfd7 commit 079efb9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ on:

jobs:
release-container:
uses: radiorabe/actions/.github/workflows/release-container.yaml@v0.20.6
uses: radiorabe/actions/.github/workflows/release-container.yaml@v0.20.8
with:
image: ghcr.io/radiorabe/acringest
name: acringest
display-name: Ingest daily ACRCloud data dumps
tags: minimal rhel9 ubi9 rabe minio kafka cloudevents acrcloud
cosign-base-image-only: false
mkdocs:
uses: radiorabe/actions/.github/workflows/release-mkdocs.yaml@v0.20.6
uses: radiorabe/actions/.github/workflows/release-mkdocs.yaml@v0.20.8
2 changes: 1 addition & 1 deletion .github/workflows/schedule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ on:

jobs:
call-workflow:
uses: radiorabe/actions/.github/workflows/schedule-trivy.yaml@v0.20.6
uses: radiorabe/actions/.github/workflows/schedule-trivy.yaml@v0.20.8
with:
image-ref: 'ghcr.io/radiorabe/acringest:latest'
2 changes: 1 addition & 1 deletion .github/workflows/semantic-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ on:

jobs:
call-workflow:
uses: radiorabe/actions/.github/workflows/semantic-release.yaml@v0.20.6
uses: radiorabe/actions/.github/workflows/semantic-release.yaml@v0.20.8
secrets:
RABE_ITREAKTION_GITHUB_TOKEN: ${{ secrets.RABE_ITREAKTION_GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ on:

jobs:
test-python-poetry:
uses: radiorabe/actions/.github/workflows/test-python-poetry.yaml@v0.20.6
uses: radiorabe/actions/.github/workflows/test-python-poetry.yaml@v0.20.8
pre-commit:
uses: radiorabe/actions/.github/workflows/test-pre-commit.yaml@v0.20.6
uses: radiorabe/actions/.github/workflows/test-pre-commit.yaml@v0.20.8

0 comments on commit 079efb9

Please sign in to comment.