File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change
1
+ version : 2
2
+ updates :
3
+ - package-ecosystem : github-actions
4
+ directory : /
5
+ schedule :
6
+ interval : weekly
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 @@ -22,10 +22,10 @@ jobs:
22
22
steps :
23
23
24
24
- name : Checkout
25
- uses : actions/checkout@v2
25
+ uses : actions/checkout@v4
26
26
27
27
- name : Cache dependencies
28
- uses : actions/cache@v1
28
+ uses : actions/cache@v4
29
29
with :
30
30
path : ~/.composer/cache/files
31
31
key : dependencies-php-${{ matrix.php }}-L${{ matrix.laravel }}-${{ matrix.dependency-version }}-composer-${{ hashFiles('composer.json') }}
You can’t perform that action at this time.
0 commit comments