File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ jobs:
21
21
- name : checkout
22
22
uses : actions/checkout@master
23
23
- name : cache-composer
24
- uses : actions/cache@v2
24
+ uses : actions/cache@v4
25
25
with :
26
26
path : ~/.composer/cache/
27
27
key : composer-${{ github.sha }}
28
28
- name : setup
29
- uses : shivammathur/setup-php@2.29 .0
29
+ uses : shivammathur/setup-php@2.32 .0
30
30
with :
31
31
php-version : 8.3
32
32
coverage : none
@@ -49,12 +49,12 @@ jobs:
49
49
- name : checkout
50
50
uses : actions/checkout@master
51
51
- name : cache-composer
52
- uses : actions/cache@v2
52
+ uses : actions/cache@v4
53
53
with :
54
54
path : ~/.composer/cache/
55
55
key : composer-${{ github.sha }}
56
56
- name : setup
57
- uses : shivammathur/setup-php@2.29 .0
57
+ uses : shivammathur/setup-php@2.32 .0
58
58
with :
59
59
php-version : ' ${{ matrix.php-versions }}'
60
60
coverage : none
@@ -70,12 +70,12 @@ jobs:
70
70
- name : checkout
71
71
uses : actions/checkout@master
72
72
- name : cache-composer
73
- uses : actions/cache@v2
73
+ uses : actions/cache@v4
74
74
with :
75
75
path : ~/.composer/cache/
76
76
key : composer-${{ github.sha }}
77
77
- name : setup
78
- uses : shivammathur/setup-php@2.29 .0
78
+ uses : shivammathur/setup-php@2.32 .0
79
79
with :
80
80
php-version : 8.2
81
81
coverage : none
You can’t perform that action at this time.
0 commit comments