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/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