File tree 3 files changed +83
-105
lines changed
3 files changed +83
-105
lines changed Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- uses : actions/checkout@v3
19
- - uses : symfonycorp/security-checker-action@v2
19
+ - uses : symfonycorp/security-checker-action@v3
20
20
21
21
composer :
22
22
runs-on : ubuntu-latest
@@ -27,16 +27,19 @@ jobs:
27
27
with :
28
28
php-version : ' 8.1'
29
29
tools : composer:v2
30
+
30
31
- name : Composer cache
31
32
uses : actions/cache@v2
32
33
with :
33
34
key : composer-${{ hashFiles('**/composer.lock') }}
34
35
path : ${{ github.workspace }}/.cache
36
+
35
37
- name : Vendor cache
36
38
uses : actions/cache@v2
37
39
with :
38
40
key : vendor-${{ hashFiles('**/composer.lock') }}
39
41
path : ${{ github.workspace }}/vendor
42
+
40
43
- name : Tools cache
41
44
uses : actions/cache@v2
42
45
with :
@@ -68,16 +71,19 @@ jobs:
68
71
with :
69
72
php-version : ' 8.1'
70
73
tools : composer:v2
74
+
71
75
- name : Composer cache
72
76
uses : actions/cache@v2
73
77
with :
74
78
key : composer-${{ hashFiles('**/composer.lock') }}
75
79
path : ${{ github.workspace }}/.cache
80
+
76
81
- name : Vendor cache
77
82
uses : actions/cache@v2
78
83
with :
79
84
key : vendor-${{ hashFiles('**/composer.lock') }}
80
85
path : ${{ github.workspace }}/vendor
86
+
81
87
- name : Tools cache
82
88
uses : actions/cache@v2
83
89
with :
You can’t perform that action at this time.
0 commit comments