File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
matrix : ${{ steps.set-matrix.outputs.matrix }}
10
10
steps :
11
11
- name : Checkout
12
- uses : actions/checkout@v2
12
+ uses : actions/checkout@v3
13
13
- id : set-matrix
14
14
name : Prepare
15
15
run : echo "::set-output name=matrix::$(node -p "JSON.stringify(require('./package.json').peerDependencies['cypress'].split(' || '))")"
25
25
cypress-version : ${{fromJson(needs.prepare-versions.outputs.matrix)}}
26
26
steps :
27
27
- name : Checkout
28
- uses : actions/checkout@v2
28
+ uses : actions/checkout@v3
29
29
- name : Cache NPM modules
30
30
uses : actions/cache@v2
31
31
with :
62
62
CYPRESS_CACHE_FOLDER : ${{ github.workspace }}/.cypress
63
63
steps :
64
64
- name : Checkout
65
- uses : actions/checkout@v2
65
+ uses : actions/checkout@v3
66
66
- name : Cache NPM modules
67
67
uses : actions/cache@v2
68
68
with :
Original file line number Diff line number Diff line change 16
16
matrix : ${{ steps.set-matrix.outputs.matrix }}
17
17
steps :
18
18
- name : Checkout
19
- uses : actions/checkout@v2
19
+ uses : actions/checkout@v3
20
20
- id : set-matrix
21
21
name : Prepare
22
22
run : echo "::set-output name=matrix::$(node -p "JSON.stringify(fs.readdirSync('examples').filter(f => f !== 'readme.md'))")"
32
32
example : ${{fromJson(needs.find-examples.outputs.matrix)}}
33
33
steps :
34
34
- name : Checkout
35
- uses : actions/checkout@v2
35
+ uses : actions/checkout@v3
36
36
- name : Cache NPM modules
37
37
uses : actions/cache@v2
38
38
with :
You can’t perform that action at this time.
0 commit comments