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 }}