diff --git a/.github/workflows/update_deps.yml b/.github/workflows/update_deps.yml index 6c2998ee62..0bf8fbe9a7 100644 --- a/.github/workflows/update_deps.yml +++ b/.github/workflows/update_deps.yml @@ -23,7 +23,7 @@ jobs: - run: npx npm-check-updates -u - run: rm -f package-lock.json - run: npm install - - uses: peter-evans/create-pull-request@v5 + - uses: peter-evans/create-pull-request@v6 with: commit-message: "fix(ignore): update dependencies" branch: "deps/all"