File tree Expand file tree Collapse file tree 2 files changed +4
-17
lines changed Expand file tree Collapse file tree 2 files changed +4
-17
lines changed Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
steps :
9
9
- name : Checkout
10
- uses : actions/checkout@v2
10
+ uses : actions/checkout@v4
11
11
- name : Configure PHP environment
12
12
uses : shivammathur/setup-php@v2
13
13
with :
Original file line number Diff line number Diff line change @@ -10,34 +10,21 @@ jobs:
10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout the repository
13
- uses : actions/checkout@v2
13
+ uses : actions/checkout@v4
14
14
with :
15
15
fetch-depth : 1000
16
16
submodules : recursive
17
17
# ------------------------------------------------------------------------------
18
18
# Checkout slic
19
19
# ------------------------------------------------------------------------------
20
20
- name : Checkout slic
21
- uses : actions/checkout@v2
21
+ uses : actions/checkout@v4
22
22
with :
23
23
repository : stellarwp/slic
24
24
ref : main
25
25
path : slic
26
26
fetch-depth : 1
27
- # ------------------------------------------------------------------------------
28
- # Prepare our composer cache directory
29
- # ------------------------------------------------------------------------------
30
- - name : Get Composer Cache Directory
31
- id : get-composer-cache-dir
32
- run : |
33
- echo "::set-output name=dir::$(composer config cache-files-dir)"
34
- - uses : actions/cache@v2
35
- id : composer-cache
36
- with :
37
- path : ${{ steps.get-composer-cache-dir.outputs.dir }}
38
- key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
39
- restore-keys : |
40
- ${{ runner.os }}-composer-
27
+
41
28
# ------------------------------------------------------------------------------
42
29
# Initialize slic
43
30
# ------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments