Skip to content

Commit

Permalink
chore(ci): bump radiorabe/actions from 0.22.1 to 0.22.3 (#502)
Browse files Browse the repository at this point in the history
Bumps [radiorabe/actions](https://github.com/radiorabe/actions) from 0.22.1 to 0.22.3.
- [Release notes](https://github.com/radiorabe/actions/releases)
- [Commits](radiorabe/actions@v0.22.1...v0.22.3)

---
updated-dependencies:
- dependency-name: radiorabe/actions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 8, 2024
1 parent 2fe8278 commit 06ac8a4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ on:

jobs:
pre-commit:
uses: radiorabe/actions/.github/workflows/[email protected].1
uses: radiorabe/actions/.github/workflows/[email protected].3
python-poetry:
uses: radiorabe/actions/.github/workflows/[email protected].1
uses: radiorabe/actions/.github/workflows/[email protected].3
helm-chart:
name: Test Helm Chart
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ on:

jobs:
release-container:
uses: radiorabe/actions/.github/workflows/[email protected].1
uses: radiorabe/actions/.github/workflows/[email protected].3
with:
image: 'ghcr.io/radiorabe/catpage'
name: 'catpage'
display-name: 'Cat Page'
tags: 'minimal rhel9 rabe s2i python python311 catpage'
release-mkdocs:
uses: radiorabe/actions/.github/workflows/[email protected].1
uses: radiorabe/actions/.github/workflows/[email protected].3
helm-chart:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/v')
Expand Down
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:
schedule-trivy:
uses: radiorabe/actions/.github/workflows/[email protected].1
uses: radiorabe/actions/.github/workflows/[email protected].3
with:
image-ref: 'ghcr.io/radiorabe/catpage: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:
semantic-release:
uses: radiorabe/actions/.github/workflows/[email protected].1
uses: radiorabe/actions/.github/workflows/[email protected].3
secrets:
RABE_ITREAKTION_GITHUB_TOKEN: ${{ secrets.RABE_ITREAKTION_GITHUB_TOKEN }}

0 comments on commit 06ac8a4

Please sign in to comment.