diff --git a/.github/workflows/dependency-mgmt.yml b/.github/workflows/dependency-mgmt.yml index ca1969d..d916694 100644 --- a/.github/workflows/dependency-mgmt.yml +++ b/.github/workflows/dependency-mgmt.yml @@ -27,7 +27,7 @@ jobs: - name: Remove git hooks (Husky) run: rm -rf .git/hooks - name: Create Pull Request - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: token: ${{ secrets.PUSH_TOKEN }} commit-message: Update dependencies