Skip to content

Commit 3971225

Browse files
chore(deps): bump radiorabe/actions from 0.30.2 to 0.30.3 (#653)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fca59d8 commit 3971225

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ on:
88

99
jobs:
1010
release-container:
11-
uses: radiorabe/actions/.github/workflows/[email protected].2
11+
uses: radiorabe/actions/.github/workflows/[email protected].3
1212
with:
1313
image: 'ghcr.io/radiorabe/backstage'
1414
name: 'backstage'
1515
display-name: 'RaBe Backstage'
1616
tags: 'minimal rhel9 rabe backstage'
1717
cosign-base-image-only: true
1818
mkdocs:
19-
uses: radiorabe/actions/.github/workflows/[email protected].2
19+
uses: radiorabe/actions/.github/workflows/[email protected].3

.github/workflows/schedule.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ on:
77

88
jobs:
99
call-workflow:
10-
uses: radiorabe/actions/.github/workflows/[email protected].2
10+
uses: radiorabe/actions/.github/workflows/[email protected].3
1111
with:
1212
image-ref: 'ghcr.io/radiorabe/backstage:latest'

.github/workflows/semantic-release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ on:
88

99
jobs:
1010
semantic-release:
11-
uses: radiorabe/actions/.github/workflows/[email protected].2
11+
uses: radiorabe/actions/.github/workflows/[email protected].3
1212
secrets:
1313
RABE_ITREAKTION_GITHUB_TOKEN: ${{ secrets.RABE_ITREAKTION_GITHUB_TOKEN }}

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
pre-commit:
8-
uses: radiorabe/actions/.github/workflows/[email protected].2
8+
uses: radiorabe/actions/.github/workflows/[email protected].3
99
test-yarn:
1010
runs-on: ubuntu-latest
1111
permissions:

0 commit comments

Comments
 (0)