diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 011a977d..9efe5ac4 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.39.0 + uses: radiorabe/actions/.github/workflows/release-mkdocs.yaml@v0.39.1 diff --git a/.github/workflows/semantic-release.yaml b/.github/workflows/semantic-release.yaml index 3c0abcea..3f877eeb 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.39.0 + uses: radiorabe/actions/.github/workflows/semantic-release.yaml@v0.39.1 secrets: RABE_ITREAKTION_GITHUB_TOKEN: ${{ secrets.RABE_ITREAKTION_GITHUB_TOKEN }}