File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 29
29
php : ' 7.3'
30
30
steps :
31
31
- name : Checkout Code
32
- uses : actions/checkout@v2
32
+ uses : actions/checkout@v3
33
33
- name : Set up MySQL ${{ matrix.mysql }}
34
34
uses : mirromutth/mysql-action@v1.1
35
35
with :
70
70
name : Build Frontend
71
71
runs-on : ubuntu-latest
72
72
steps :
73
- - uses : actions/checkout@v2
73
+ - uses : actions/checkout@v3
74
74
- name : Setup node
75
- uses : actions/setup-node@v2
75
+ uses : actions/setup-node@v3
76
76
with :
77
77
node-version : ' 14.x'
78
78
- name : Install
98
98
if : (github.ref == 'refs/heads/master') && github.event_name != 'pull_request' && (github.repository == 'benjaminkott/bootstrap_package')
99
99
steps :
100
100
- name : Checkout
101
- uses : actions/checkout@v2
101
+ uses : actions/checkout@v3
102
102
- name : Set up PHP Version 7.4
103
103
uses : shivammathur/setup-php@v2
104
104
with :
Original file line number Diff line number Diff line change 16
16
17
17
steps :
18
18
- name : Checkout repository
19
- uses : actions/checkout@v2
19
+ uses : actions/checkout@v3
20
20
21
21
- name : Check tag
22
22
run : |
You can’t perform that action at this time.
0 commit comments