File tree 6 files changed +2538
-2413
lines changed
6 files changed +2538
-2413
lines changed Original file line number Diff line number Diff line change 1
1
version : 2.1
2
2
3
3
orbs :
4
- codecov : codecov/codecov@1.2.5
4
+ codecov : codecov/codecov@5.3.0
5
5
6
6
jobs :
7
7
build :
Original file line number Diff line number Diff line change 14
14
os : [ubuntu-latest]
15
15
steps :
16
16
- name : Checkout
17
- uses : actions/checkout@v2
17
+ uses : actions/checkout@v4
18
18
- name : Use Node.js ${{ matrix.node-version }}
19
- uses : actions/setup-node@v1
19
+ uses : actions/setup-node@v4
20
20
with :
21
21
node-version : ${{ matrix.node-version }}
22
22
- name : npm install
29
29
- name : Build
30
30
env :
31
31
AIO_RUNTIME_NAMESPACE : ${{ secrets.AIO_RUNTIME_NAMESPACE_PROD }}
32
- uses : adobe/aio-apps-action@2.0.1
32
+ uses : adobe/aio-apps-action@3.4.0
33
33
with :
34
34
os : ${{ matrix.os }}
35
35
command : build
43
43
AIO_PROJECT_WORKSPACE_ID : ${{ secrets.AIO_PROJECT_WORKSPACE_ID_PROD }}
44
44
AIO_PROJECT_WORKSPACE_NAME : ${{ secrets.AIO_PROJECT_WORKSPACE_NAME_PROD }}
45
45
AIO_PROJECT_WORKSPACE_DETAILS_SERVICES : ${{ secrets.AIO_PROJECT_WORKSPACE_DETAILS_SERVICES_PROD }}
46
- uses : adobe/aio-apps-action@2.0.1
46
+ uses : adobe/aio-apps-action@3.4.0
47
47
with :
48
48
os : ${{ matrix.os }}
49
49
command : deploy
Original file line number Diff line number Diff line change 15
15
os : [ubuntu-latest]
16
16
steps :
17
17
- name : Checkout
18
- uses : actions/checkout@v2
18
+ uses : actions/checkout@v4
19
19
- name : Use Node.js ${{ matrix.node-version }}
20
- uses : actions/setup-node@v1
20
+ uses : actions/setup-node@v4
21
21
with :
22
22
node-version : ${{ matrix.node-version }}
23
23
- name : npm install
30
30
- name : Build
31
31
env :
32
32
AIO_RUNTIME_NAMESPACE : ${{ secrets.AIO_RUNTIME_NAMESPACE_STAGE }}
33
- uses : adobe/aio-apps-action@2.0.1
33
+ uses : adobe/aio-apps-action@3.4.0
34
34
with :
35
35
os : ${{ matrix.os }}
36
36
command : build
Original file line number Diff line number Diff line change 11
11
os : [macOS-latest, ubuntu-latest, windows-latest]
12
12
steps :
13
13
- name : Checkout
14
- uses : actions/checkout@v2
14
+ uses : actions/checkout@v4
15
15
- name : Use Node.js ${{ matrix.node-version }}
16
- uses : actions/setup-node@v1
16
+ uses : actions/setup-node@v4
17
17
with :
18
18
node-version : ${{ matrix.node-version }}
19
19
- name : npm install
@@ -26,12 +26,12 @@ jobs:
26
26
- name : Build
27
27
env :
28
28
AIO_RUNTIME_NAMESPACE : ${{ secrets.AIO_RUNTIME_NAMESPACE_STAGE }}
29
- uses : adobe/aio-apps-action@2.0.1
29
+ uses : adobe/aio-apps-action@3.4.0
30
30
with :
31
31
os : ${{ matrix.os }}
32
32
command : build
33
33
- name : Test
34
- uses : adobe/aio-apps-action@2.0.1
34
+ uses : adobe/aio-apps-action@3.4.0
35
35
with :
36
36
os : ${{ matrix.os }}
37
37
command : test
You can’t perform that action at this time.
0 commit comments