Skip to content

Commit 1ab52c2

Browse files
chore(deps): update github-actions
1 parent 6095601 commit 1ab52c2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/apiref.yml

Lines changed: 1 addition & 1 deletion
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

.github/workflows/phar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ jobs:
383383
384384
- name: "Commit PHAR - tag"
385385
if: "startsWith(github.ref, 'refs/tags/')"
386-
uses: stefanzweifel/git-auto-commit-action@v5
386+
uses: stefanzweifel/git-auto-commit-action@v6
387387
with:
388388
commit_user_name: "phpstan-bot"
389389
commit_user_email: "[email protected]"

.github/workflows/update-phpstorm-stubs.yml

Lines changed: 1 addition & 1 deletion
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)