Skip to content

Commit

Permalink
chore(deps): bump radiorabe/actions from 0.17.2 to 0.18.0 (#188)
Browse files Browse the repository at this point in the history
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 Dec 8, 2023
1 parent 8de6850 commit 163f22b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ on:

jobs:
release-container:
uses: radiorabe/actions/.github/workflows/release-container.yaml@v0.17.2
uses: radiorabe/actions/.github/workflows/release-container.yaml@v0.18.0
with:
image: 'ghcr.io/radiorabe/backstage'
name: 'backstage'
display-name: 'RaBe Backstage'
tags: 'minimal rhel9 rabe backstage'
cosign-base-image-only: true
mkdocs:
uses: radiorabe/actions/.github/workflows/release-mkdocs.yaml@v0.17.2
uses: radiorabe/actions/.github/workflows/release-mkdocs.yaml@v0.18.0
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.17.2
uses: radiorabe/actions/.github/workflows/schedule-trivy.yaml@v0.18.0
with:
image-ref: 'ghcr.io/radiorabe/backstage: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.17.2
uses: radiorabe/actions/.github/workflows/semantic-release.yaml@v0.18.0
secrets:
RABE_ITREAKTION_GITHUB_TOKEN: ${{ secrets.RABE_ITREAKTION_GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
pre-commit:
uses: radiorabe/actions/.github/workflows/test-pre-commit.yaml@v0.17.2
uses: radiorabe/actions/.github/workflows/test-pre-commit.yaml@v0.18.0
test-yarn:
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit 163f22b

Please sign in to comment.