File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ jobs:
15
15
16
16
steps :
17
17
- name : Checkout
18
- uses : actions/checkout@v3
18
+ uses : actions/checkout@v4
19
19
20
20
- name : Setup node.js
21
- uses : actions/setup-node@v3
21
+ uses : actions/setup-node@v4
22
22
with :
23
23
cache : yarn
24
- node-version : ' 18 '
24
+ node-version : ' 20 '
25
25
26
26
- name : Set php version
27
27
uses : shivammathur/setup-php@v2
35
35
run : echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
36
36
37
37
- name : Cache composer
38
- uses : actions/cache@v3
38
+ uses : actions/cache@v4
39
39
with :
40
40
path : ${{ steps.composercache.outputs.dir }}
41
41
key : ${{ runner.os }}-composer-${{ hashFiles('composer.lock') }}
Original file line number Diff line number Diff line change 99
99
runs-on : ubuntu-latest
100
100
steps :
101
101
- name : Checkout
102
- uses : actions/checkout@v3
102
+ uses : actions/checkout@v4
103
103
104
104
- name : Services
105
105
run : ' docker compose up --quiet-pull --wait
@@ -112,10 +112,10 @@ jobs:
112
112
'
113
113
114
114
- name : Setup node.js
115
- uses : actions/setup-node@v3
115
+ uses : actions/setup-node@v4
116
116
with :
117
117
cache : yarn
118
- node-version : ' 18 '
118
+ node-version : ' 20 '
119
119
120
120
- name : Set php version
121
121
uses : shivammathur/setup-php@v2
@@ -130,7 +130,7 @@ jobs:
130
130
run : echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
131
131
132
132
- name : Cache composer
133
- uses : actions/cache@v3
133
+ uses : actions/cache@v4
134
134
with :
135
135
path : ${{ steps.composercache.outputs.dir }}
136
136
key : ${{ runner.os }}-composer-${{ hashFiles('composer.lock') }}
You can’t perform that action at this time.
0 commit comments