Skip to content

Commit

Permalink
chore(ci): bump radiorabe/actions from 0.15.0 to 0.15.1 (#313)
Browse files Browse the repository at this point in the history
Bumps [radiorabe/actions](https://github.com/radiorabe/actions) from 0.15.0 to 0.15.1.
- [Release notes](https://github.com/radiorabe/actions/releases)
- [Commits](radiorabe/actions@v0.15.0...v0.15.1)

---
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 Jul 14, 2023
1 parent 3da8b0c commit cbd7185
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ on:

jobs:
pre-commit:
uses: radiorabe/actions/.github/workflows/test-pre-commit.yaml@v0.15.0
uses: radiorabe/actions/.github/workflows/test-pre-commit.yaml@v0.15.1
test-python-poetry:
uses: radiorabe/actions/.github/workflows/test-python-poetry.yaml@v0.15.0
uses: radiorabe/actions/.github/workflows/test-python-poetry.yaml@v0.15.1
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ on:

jobs:
release-container:
uses: radiorabe/actions/.github/workflows/release-container.yaml@v0.15.0
uses: radiorabe/actions/.github/workflows/release-container.yaml@v0.15.1
with:
image: 'ghcr.io/radiorabe/suisasendemeldung'
name: suisasendemeldung
display-name: SUISA Sendemeldung
tags: rabe python suisa

python-poetry:
uses: radiorabe/actions/.github/workflows/release-python-poetry.yaml@v0.15.0
uses: radiorabe/actions/.github/workflows/release-python-poetry.yaml@v0.15.1
secrets:
RABE_PYPI_TOKEN: ${{ secrets.RABE_PYPI_TOKEN }}
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/schedule-trivy.yaml@v0.15.0
uses: radiorabe/actions/.github/workflows/schedule-trivy.yaml@v0.15.1
with:
image-ref: 'ghcr.io/radiorabe/suisasendemeldung:latest'
2 changes: 1 addition & 1 deletion .github/workflows/semantic-release.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/semantic-release.yaml@v0.15.0
uses: radiorabe/actions/.github/workflows/semantic-release.yaml@v0.15.1
secrets:
RABE_ITREAKTION_GITHUB_TOKEN: ${{ secrets.RABE_ITREAKTION_GITHUB_TOKEN }}

0 comments on commit cbd7185

Please sign in to comment.