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 @@ -28,10 +28,10 @@ jobs:
28
28
steps :
29
29
30
30
- name : Checkout
31
- uses : actions/checkout@v2
31
+ uses : actions/checkout@v4
32
32
33
33
- name : Cache dependencies
34
- uses : actions/cache@v1
34
+ uses : actions/cache@v4
35
35
with :
36
36
path : ~/.composer/cache/files
37
37
key : dependencies-php-${{ matrix.php }}-SF${{ matrix.symfony }}-${{ matrix.dependency-version }}-composer-${{ hashFiles('composer.json') }}
You can’t perform that action at this time.
0 commit comments