File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 22
22
23
23
steps :
24
24
- name : " Checkout"
25
- uses : actions/checkout@v3
25
+ uses : actions/checkout@v4
26
26
27
27
- name : " Install PHP"
28
28
uses : " shivammathur/setup-php@v2"
46
46
47
47
steps :
48
48
- name : " Checkout"
49
- uses : actions/checkout@v3
49
+ uses : actions/checkout@v4
50
50
51
51
- name : " Install PHP"
52
52
uses : " shivammathur/setup-php@v2"
83
83
84
84
steps :
85
85
- name : " Checkout"
86
- uses : actions/checkout@v3
86
+ uses : actions/checkout@v4
87
87
88
88
- name : " Install PHP"
89
89
uses : " shivammathur/setup-php@v2"
@@ -119,7 +119,7 @@ jobs:
119
119
120
120
steps :
121
121
- name : " Checkout"
122
- uses : actions/checkout@v3
122
+ uses : actions/checkout@v4
123
123
124
124
- name : " Install PHP"
125
125
uses : " shivammathur/setup-php@v2"
Original file line number Diff line number Diff line change 8
8
lock :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : dessant/lock-threads@v3
11
+ - uses : dessant/lock-threads@v5
12
12
with :
13
13
github-token : ${{ github.token }}
14
14
issue-inactive-days : ' 31'
Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ jobs:
14
14
15
15
steps :
16
16
- name : " Checkout"
17
- uses : actions/checkout@v3
17
+ uses : actions/checkout@v4
18
18
19
19
- name : Generate changelog
20
20
id : changelog
21
- uses : metcalfc/changelog-generator@v3.0 .0
21
+ uses : metcalfc/changelog-generator@v4.3 .0
22
22
with :
23
23
myToken : ${{ secrets.PHPSTAN_BOT_TOKEN }}
24
24
You can’t perform that action at this time.
0 commit comments