diff --git a/.github/workflows/send-pr.yml b/.github/workflows/send-pr.yml index 4031069..ab7b1f4 100644 --- a/.github/workflows/send-pr.yml +++ b/.github/workflows/send-pr.yml @@ -40,7 +40,7 @@ jobs: - name: "Create Pull Request" id: create-pr - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: token: ${{ secrets.PHPSTAN_BOT_TOKEN }} path: ./phpstan-src diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index c29795b..23e237b 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -102,7 +102,7 @@ jobs: with: version: ${{ steps.previous_tag.outputs.tag }} - name: "Commit changes" - uses: "stefanzweifel/git-auto-commit-action@v5" + uses: "stefanzweifel/git-auto-commit-action@v6" id: "commit" with: commit_message: "Update stubs"