Skip to content

Commit 51bdc83

Browse files
Update github-actions
1 parent 9cd58b5 commit 51bdc83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/apiref.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: "Install Node"
6161
uses: actions/setup-node@v4
6262
with:
63-
node-version: "16"
63+
node-version: "22"
6464

6565
- name: "Download docs"
6666
uses: actions/download-artifact@v4

Diff for: .github/workflows/update-phpstorm-stubs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: "./bin/generate-function-metadata.php"
4040
- name: "Create Pull Request"
4141
id: create-pr
42-
uses: peter-evans/create-pull-request@v6
42+
uses: peter-evans/create-pull-request@v7
4343
with:
4444
token: ${{ secrets.PHPSTAN_BOT_TOKEN }}
4545
branch-suffix: random

0 commit comments

Comments
 (0)