From c0893745aedff9f0488284593de65b4ca2c2be98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 05:37:33 +0000 Subject: [PATCH] chore(deps): bump radiorabe/actions from 0.20.6 to 0.22.1 Bumps [radiorabe/actions](https://github.com/radiorabe/actions) from 0.20.6 to 0.22.1. - [Release notes](https://github.com/radiorabe/actions/releases) - [Commits](https://github.com/radiorabe/actions/compare/v0.20.6...v0.22.1) --- updated-dependencies: - dependency-name: radiorabe/actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yaml | 2 +- .github/workflows/semantic-release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index fe6717b4..89f641b9 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -8,4 +8,4 @@ on: jobs: release-mkdocs: - uses: radiorabe/actions/.github/workflows/release-mkdocs.yaml@v0.20.6 + uses: radiorabe/actions/.github/workflows/release-mkdocs.yaml@v0.22.1 diff --git a/.github/workflows/semantic-release.yaml b/.github/workflows/semantic-release.yaml index d9fab59a..1c363b29 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.20.6 + uses: radiorabe/actions/.github/workflows/semantic-release.yaml@v0.22.1 secrets: RABE_ITREAKTION_GITHUB_TOKEN: ${{ secrets.RABE_ITREAKTION_GITHUB_TOKEN }}