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