Skip to content

Commit dc8b0b6

Browse files
chore(deps): update github-actions
1 parent 745ae5a commit dc8b0b6

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

.github/workflows/apiref.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ 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"
69-
uses: actions/download-artifact@v4
69+
uses: actions/download-artifact@v5
7070
with:
7171
name: docs
7272
path: docs

.github/workflows/issue-bot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,17 +136,17 @@ jobs:
136136
working-directory: "issue-bot"
137137
run: "composer install --no-interaction --no-progress"
138138

139-
- uses: actions/download-artifact@v4
139+
- uses: actions/download-artifact@v5
140140
with:
141141
name: playground-cache
142142
path: issue-bot/tmp
143143

144-
- uses: actions/download-artifact@v4
144+
- uses: actions/download-artifact@v5
145145
with:
146146
name: issue-cache
147147
path: issue-bot/tmp
148148

149-
- uses: actions/download-artifact@v4
149+
- uses: actions/download-artifact@v5
150150
with:
151151
pattern: results-*
152152
merge-multiple: true

.github/workflows/phar.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
- name: Set up Node.js
165165
uses: actions/setup-node@v4
166166
with:
167-
node-version: 20
167+
node-version: 22
168168

169169
- name: Install dependencies
170170
working-directory: .github/scripts
@@ -188,7 +188,7 @@ jobs:
188188
189189
# saved to phar-file-checksum/phpstan.phar
190190
- name: Download old artifact by ID
191-
uses: actions/download-artifact@v4
191+
uses: actions/download-artifact@v5
192192
with:
193193
artifact-ids: ${{ steps.find-artifact.outputs.artifact_id }}
194194
run-id: ${{ steps.find-artifact.outputs.run_id }}
@@ -209,7 +209,7 @@ jobs:
209209
steps:
210210
# saved to phpstan.phar
211211
- name: "Download base phpstan.phar"
212-
uses: actions/download-artifact@v4
212+
uses: actions/download-artifact@v5
213213
with:
214214
name: phar-file-checksum-base
215215

@@ -232,14 +232,14 @@ jobs:
232232

233233
# saved to phar-file-checksum/phpstan.phar
234234
- name: "Download phpstan.phar"
235-
uses: actions/download-artifact@v4
235+
uses: actions/download-artifact@v5
236236
with:
237237
name: phar-file-checksum
238238
path: phar-file-checksum
239239

240240
# saved to phar-file-checksum-base/phpstan.phar
241241
- name: "Download base phpstan.phar"
242-
uses: actions/download-artifact@v4
242+
uses: actions/download-artifact@v5
243243
with:
244244
name: phar-file-checksum-base
245245
path: phar-file-checksum-base
@@ -337,7 +337,7 @@ jobs:
337337
fi
338338
339339
- name: "Download phpstan.phar"
340-
uses: actions/download-artifact@v4
340+
uses: actions/download-artifact@v5
341341
with:
342342
name: phar-file
343343

@@ -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: "ondrej+phpstanbot@mirtes.cz"

.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)