File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 8
8
9
9
steps :
10
10
- name : Checkout code
11
- uses : actions/checkout@v3
11
+ uses : actions/checkout@v4
12
12
with :
13
13
ref : ${{ github.head_ref }}
14
14
Original file line number Diff line number Diff line change 41
41
name : P${{ matrix.php-versions }} - L${{ matrix.laravel }} - ${{ matrix.dependency-stability }} - ${{ matrix.operating-system}}
42
42
43
43
steps :
44
- - uses : actions/checkout@v3
44
+ - uses : actions/checkout@v4
45
45
46
46
- name : Install PHP versions
47
47
uses : shivammathur/setup-php@v2
53
53
run : |
54
54
echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
55
55
56
- - uses : actions/cache@v3
56
+ - uses : actions/cache@v4
57
57
id : actions-cache
58
58
with :
59
59
path : ${{ steps.composer-cache.outputs.dir }}
Original file line number Diff line number Diff line change 42
42
name : P${{ matrix.php-versions }} - L${{ matrix.laravel }} - ${{ matrix.dependency-stability }} - ${{ matrix.operating-system}}
43
43
44
44
steps :
45
- - uses : actions/checkout@v3
45
+ - uses : actions/checkout@v4
46
46
47
47
- name : Install PHP versions
48
48
uses : shivammathur/setup-php@v2
54
54
run : |
55
55
echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
56
56
57
- - uses : actions/cache@v3
57
+ - uses : actions/cache@v4
58
58
id : actions-cache
59
59
with :
60
60
path : ${{ steps.composer-cache.outputs.dir }}
63
63
${{ runner.os }}-composer-
64
64
65
65
- name : Cache PHP dependencies
66
- uses : actions/cache@v3
66
+ uses : actions/cache@v4
67
67
id : vendor-cache
68
68
with :
69
69
path : vendor
Original file line number Diff line number Diff line change 79
79
name : P${{ matrix.php-versions }} - L${{ matrix.laravel }} - ${{ matrix.dependency-stability }} - ${{ matrix.operating-system}}
80
80
81
81
steps :
82
- - uses : actions/checkout@v3
82
+ - uses : actions/checkout@v4
83
83
84
84
- name : Install PHP versions
85
85
uses : shivammathur/setup-php@v2
91
91
run : |
92
92
echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
93
93
94
- - uses : actions/cache@v3
94
+ - uses : actions/cache@v4
95
95
id : actions-cache
96
96
with :
97
97
path : ${{ steps.composer-cache.outputs.dir }}
You can’t perform that action at this time.
0 commit comments