File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 63
63
runs-on : " ubuntu-latest"
64
64
65
65
steps :
66
- - uses : actions/download-artifact@v4
66
+ - uses : actions/download-artifact@v5
67
67
with :
68
68
pattern : docs-*
69
69
path : docs
Original file line number Diff line number Diff line change 10
10
tweet :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : Eomm/why-don-t-you-tweet@v1
13
+ - uses : Eomm/why-don-t-you-tweet@v2
14
14
if : ${{ !github.event.repository.private }}
15
15
with :
16
16
# GitHub event payload
Original file line number Diff line number Diff line change 35
35
36
36
- name : " Create Pull Request"
37
37
id : create-pr
38
- uses : peter-evans/create-pull-request@v6
38
+ uses : peter-evans/create-pull-request@v7
39
39
with :
40
40
token : ${{ secrets.PHPSTAN_BOT_TOKEN }}
41
41
path : ./phpstan-src
You can’t perform that action at this time.
0 commit comments