diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index e4ffbe1..19a4402 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -17,7 +17,7 @@ jobs: - run: poetry update --lock - id: commit-and-push - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: Updates dependencies