diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index ce1de53..9614468 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@v4 - run: ${{ matrix.cmd }} - - uses: peter-evans/create-pull-request@v5 + - uses: peter-evans/create-pull-request@v6 with: token: ${{ secrets.PAT }} commit-message: ${{ matrix.commit-msg }}