Skip to content

Commit 920899a

Browse files
chore(ci): bump radiorabe/actions from 0.30.2 to 0.30.3 (#56)
Bumps [radiorabe/actions](https://github.com/radiorabe/actions) from 0.30.2 to 0.30.3. - [Release notes](https://github.com/radiorabe/actions/releases) - [Commits](radiorabe/actions@v0.30.2...v0.30.3) --- updated-dependencies: - dependency-name: radiorabe/actions dependency-version: 0.30.3 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>
1 parent c246164 commit 920899a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
release-container:
13-
uses: radiorabe/actions/.github/workflows/[email protected].2
13+
uses: radiorabe/actions/.github/workflows/[email protected].3
1414
with:
1515
image: ghcr.io/radiorabe/redis
1616
name: redis

.github/workflows/schedule.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ on:
77

88
jobs:
99
schedule-trivy:
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/redis:latest'

.github/workflows/semantic-release.yaml

Lines changed: 1 addition & 1 deletion
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 }}

0 commit comments

Comments
 (0)