Skip to content

Commit 1eaaf59

Browse files
Update github-actions
1 parent 1fb6cfe commit 1eaaf59

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
@@ -63,7 +63,7 @@ jobs:
6363
- name: "Install Node"
6464
uses: actions/setup-node@v4
6565
with:
66-
node-version: "16"
66+
node-version: "22"
6767

6868
- name: "Download docs"
6969
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)