From 39e0162cf9269dae4a404a26e3eb948417185d9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Aug 2024 12:47:30 +0200 Subject: [PATCH] chore(ci): bump radiorabe/actions from 0.22.0 to 0.22.1 (#84) Bumps [radiorabe/actions](https://github.com/radiorabe/actions) from 0.22.0 to 0.22.1. - [Release notes](https://github.com/radiorabe/actions/releases) - [Commits](https://github.com/radiorabe/actions/compare/v0.22.0...v0.22.1) --- updated-dependencies: - dependency-name: radiorabe/actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/semantic-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semantic-release.yaml b/.github/workflows/semantic-release.yaml index b295981..9a367d2 100644 --- a/.github/workflows/semantic-release.yaml +++ b/.github/workflows/semantic-release.yaml @@ -8,6 +8,6 @@ on: jobs: semantic-release: - uses: radiorabe/actions/.github/workflows/semantic-release.yaml@v0.22.0 + uses: radiorabe/actions/.github/workflows/semantic-release.yaml@v0.22.1 secrets: RABE_ITREAKTION_GITHUB_TOKEN: ${{ secrets.RABE_ITREAKTION_GITHUB_TOKEN }}