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