From 7fa83cbeefdd6c9ab7f14dad34f80ea81f49d385 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 20:09:32 +0000 Subject: [PATCH] chore(deps): update github-actions --- .github/workflows/send-pr.yml | 2 +- .github/workflows/update.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"