File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ jobs:
22
22
23
23
steps :
24
24
- name : Checkout code
25
- uses : actions/checkout@v2
25
+ uses : actions/checkout@v3
26
26
27
27
- name : Cache dependencies
28
- uses : actions/cache@v2
28
+ uses : actions/cache@v3
29
29
with :
30
30
path : ~/.composer/cache/files
31
31
key : dependencies-laravel-${{ matrix.laravel }}-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ jobs:
20
20
21
21
steps :
22
22
- name : Checkout code
23
- uses : actions/checkout@v2
23
+ uses : actions/checkout@v3
24
24
25
25
- name : Cache dependencies
26
- uses : actions/cache@v2
26
+ uses : actions/cache@v3
27
27
with :
28
28
path : ~/.composer/cache/files
29
29
key : dependencies-laravel-${{ matrix.laravel }}-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ jobs:
25
25
26
26
steps :
27
27
- name : Checkout code
28
- uses : actions/checkout@v2
28
+ uses : actions/checkout@v3
29
29
30
30
- name : Cache dependencies
31
- uses : actions/cache@v2
31
+ uses : actions/cache@v3
32
32
with :
33
33
path : ~/.composer/cache/files
34
34
key : dependencies-laravel-${{ matrix.laravel }}-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
You can’t perform that action at this time.
0 commit comments