File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 8
8
- name : Setup PHP
9
9
uses : shivammathur/setup-php@v2
10
10
with :
11
- php-version : ' 7.2 '
11
+ php-version : ' 7.4 '
12
12
coverage : none
13
13
14
- - uses : actions/checkout@v2
14
+ - uses : actions/checkout@v4
15
15
16
16
- name : Get composer cache directory
17
17
id : composer-cache
18
18
run : |
19
19
echo "::set-output name=dir::$(composer config cache-files-dir)"
20
20
21
21
- name : Cache composer directory
22
- uses : actions/cache@v2
22
+ uses : actions/cache@v4
23
23
with :
24
24
path : ${{ steps.composer-cache.outputs.dir }}
25
25
key : ${{ runner.os }}-composer-${{ hashFiles('./composer.json') }}
Original file line number Diff line number Diff line change @@ -28,18 +28,18 @@ jobs:
28
28
coverage : none
29
29
30
30
- name : Checkout Backdrop core
31
- uses : actions/checkout@v2
31
+ uses : actions/checkout@v4
32
32
with :
33
33
repository : backdrop/backdrop
34
34
35
35
- name : Checkout Entity Plus
36
- uses : actions/checkout@v2
36
+ uses : actions/checkout@v4
37
37
with :
38
38
repository : backdrop-contrib/entity_plus
39
39
path : modules/entity_plus
40
40
41
41
- name : Checkout module
42
- uses : actions/checkout@v2
42
+ uses : actions/checkout@v4
43
43
with :
44
44
path : modules/${{ env.REPO_NAME }}
45
45
You can’t perform that action at this time.
0 commit comments