File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
18
18
steps :
19
19
20
20
- name : Checkout
21
- uses : actions/checkout@v2
21
+ uses : actions/checkout@v4
22
22
23
23
- name : Cache dependencies
24
- uses : actions/cache@v1
24
+ uses : actions/cache@v4
25
25
with :
26
26
path : ~/.composer/cache/files
27
27
key : dependencies-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
17
17
steps :
18
18
19
19
- name : Checkout
20
- uses : actions/checkout@v2
20
+ uses : actions/checkout@v4
21
21
22
22
- name : Cache dependencies
23
- uses : actions/cache@v1
23
+ uses : actions/cache@v4
24
24
with :
25
25
path : ~/.composer/cache/files
26
26
key : dependencies-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
You can’t perform that action at this time.
0 commit comments