Skip to content

Commit

Permalink
chore(deps): bump radiorabe/actions from 0.16.1 to 0.17.2 (#129)
Browse files Browse the repository at this point in the history
Bumps [radiorabe/actions](https://github.com/radiorabe/actions) from 0.16.1 to 0.17.2.
- [Release notes](https://github.com/radiorabe/actions/releases)
- [Commits](radiorabe/actions@v0.16.1...v0.17.2)

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

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 Nov 6, 2023
1 parent 7efe521 commit 0221d00
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 @@ -8,11 +8,11 @@ on:

jobs:
python-poetry:
uses: radiorabe/actions/.github/workflows/release-python-poetry.yaml@v0.16.1
uses: radiorabe/actions/.github/workflows/release-python-poetry.yaml@v0.17.2
secrets:
RABE_PYPI_TOKEN: ${{ secrets.RABE_PYPI_TOKEN }}
release-container:
uses: radiorabe/actions/.github/workflows/release-container.yaml@v0.16.1
uses: radiorabe/actions/.github/workflows/release-container.yaml@v0.17.2
needs:
- python-poetry
with:
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:
call-workflow:
uses: radiorabe/actions/.github/workflows/schedule-trivy.yaml@v0.16.1
uses: radiorabe/actions/.github/workflows/schedule-trivy.yaml@v0.17.2
with:
image-ref: 'ghcr.io/radiorabe/acrloader: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/semantic-release.yaml@v0.16.1
uses: radiorabe/actions/.github/workflows/semantic-release.yaml@v0.17.2
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 @@ -5,9 +5,9 @@ on:

jobs:
pre-commit:
uses: radiorabe/actions/.github/workflows/test-pre-commit.yaml@v0.16.1
uses: radiorabe/actions/.github/workflows/test-pre-commit.yaml@v0.17.2
python-poetry:
uses: radiorabe/actions/.github/workflows/test-python-poetry.yaml@v0.16.1
uses: radiorabe/actions/.github/workflows/test-python-poetry.yaml@v0.17.2
with:
version: '3.11'
helm-chart:
Expand Down

0 comments on commit 0221d00

Please sign in to comment.