diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index 23fe1bd6..cbcaf13d 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -48,7 +48,7 @@ jobs: run: "rsync -r --delete build/docs/* docs/docs/components/reflection" - name: "Commit" - uses: "stefanzweifel/git-auto-commit-action@v6" + uses: "stefanzweifel/git-auto-commit-action@v7" with: repository: "docs" commit_message: "Update reflection documentation"