diff --git a/.github/workflows/apiref.yml b/.github/workflows/apiref.yml index 24ba44284b..6756e0ea63 100644 --- a/.github/workflows/apiref.yml +++ b/.github/workflows/apiref.yml @@ -63,7 +63,7 @@ jobs: - name: "Install Node" uses: actions/setup-node@v4 with: - node-version: "16" + node-version: "22" - name: "Download docs" uses: actions/download-artifact@v4 diff --git a/.github/workflows/phar.yml b/.github/workflows/phar.yml index e12c7fe986..20a12cc706 100644 --- a/.github/workflows/phar.yml +++ b/.github/workflows/phar.yml @@ -383,7 +383,7 @@ jobs: - name: "Commit PHAR - tag" if: "startsWith(github.ref, 'refs/tags/')" - uses: stefanzweifel/git-auto-commit-action@v5 + uses: stefanzweifel/git-auto-commit-action@v6 with: commit_user_name: "phpstan-bot" commit_user_email: "ondrej+phpstanbot@mirtes.cz" diff --git a/.github/workflows/update-phpstorm-stubs.yml b/.github/workflows/update-phpstorm-stubs.yml index 396be1c0be..142d8cd780 100644 --- a/.github/workflows/update-phpstorm-stubs.yml +++ b/.github/workflows/update-phpstorm-stubs.yml @@ -39,7 +39,7 @@ jobs: run: "./bin/generate-function-metadata.php" - 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 }} branch-suffix: random