diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 69728dd..2521650 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -17,7 +17,7 @@ jobs: run: | deno run -A https://deno.land/x/udd/main.ts deps.ts - name: Create Pull Request - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v7 id: pr with: commit-message: "Update dependencies"