From 7fdb8a0e74b46f368f3c55cf9aef9909d94ed23d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 01:54:09 +0000 Subject: [PATCH] Update github-actions --- .github/workflows/apiref.yml | 2 +- .github/workflows/release-tweet.yml | 2 +- .github/workflows/send-pr.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/apiref.yml b/.github/workflows/apiref.yml index 194b1f16..0a6d5332 100644 --- a/.github/workflows/apiref.yml +++ b/.github/workflows/apiref.yml @@ -63,7 +63,7 @@ jobs: runs-on: "ubuntu-latest" steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: pattern: docs-* path: docs diff --git a/.github/workflows/release-tweet.yml b/.github/workflows/release-tweet.yml index 58485c77..5e4d56bc 100644 --- a/.github/workflows/release-tweet.yml +++ b/.github/workflows/release-tweet.yml @@ -10,7 +10,7 @@ jobs: tweet: runs-on: ubuntu-latest steps: - - uses: Eomm/why-don-t-you-tweet@v1 + - uses: Eomm/why-don-t-you-tweet@v2 if: ${{ !github.event.repository.private }} with: # GitHub event payload diff --git a/.github/workflows/send-pr.yml b/.github/workflows/send-pr.yml index 2503256e..b2836aa6 100644 --- a/.github/workflows/send-pr.yml +++ b/.github/workflows/send-pr.yml @@ -35,7 +35,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