Skip to content

Commit cefaaed

Browse files
chore(ci): bump radiorabe/actions from 0.21.0 to 0.21.1 (#38)
Bumps [radiorabe/actions](https://github.com/radiorabe/actions) from 0.21.0 to 0.21.1. - [Release notes](https://github.com/radiorabe/actions/releases) - [Commits](radiorabe/actions@v0.21.0...v0.21.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>
1 parent a26a3c3 commit cefaaed

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/release-container.yaml@v0.21.0
13+
uses: radiorabe/actions/.github/workflows/release-container.yaml@v0.21.1
1414
with:
1515
image: ghcr.io/radiorabe/nginx
1616
name: nginx

.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/schedule-trivy.yaml@v0.21.0
10+
uses: radiorabe/actions/.github/workflows/schedule-trivy.yaml@v0.21.1
1111
with:
1212
image-ref: 'ghcr.io/radiorabe/nginx: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/semantic-release.yaml@v0.21.0
11+
uses: radiorabe/actions/.github/workflows/semantic-release.yaml@v0.21.1
1212
secrets:
1313
RABE_ITREAKTION_GITHUB_TOKEN: ${{ secrets.RABE_ITREAKTION_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)