diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index fe6717b4..3237f3d0 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.26.0 diff --git a/.github/workflows/semantic-release.yaml b/.github/workflows/semantic-release.yaml index d9fab59a..bc097905 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.26.0 secrets: RABE_ITREAKTION_GITHUB_TOKEN: ${{ secrets.RABE_ITREAKTION_GITHUB_TOKEN }}