File tree Expand file tree Collapse file tree 5 files changed +1205
-1315
lines changed
Expand file tree Collapse file tree 5 files changed +1205
-1315
lines changed Original file line number Diff line number Diff line change 1616 - name : Checkout
1717 uses : actions/checkout@v2
1818 - name : Use Node.js ${{ matrix.node-version }}
19- uses : actions/setup-node@v1
19+ uses : actions/setup-node@v2
2020 with :
2121 node-version : ${{ matrix.node-version }}
2222 - name : npm install
@@ -29,15 +29,15 @@ jobs:
2929 - name : Build
3030 env :
3131 AIO_RUNTIME_NAMESPACE : ${{ secrets.AIO_RUNTIME_NAMESPACE_PROD }}
32- uses : adobe/aio-apps-action@1.1.1
32+ uses : adobe/aio-apps-action@2.0.0
3333 with :
3434 os : ${{ matrix.os }}
3535 command : build
3636 - name : Deploy
3737 env :
3838 AIO_RUNTIME_NAMESPACE : ${{ secrets.AIO_RUNTIME_NAMESPACE_PROD }}
3939 AIO_RUNTIME_AUTH : ${{ secrets.AIO_RUNTIME_AUTH_PROD }}
40- uses : adobe/aio-apps-action@1.1.1
40+ uses : adobe/aio-apps-action@2.0.0
4141 with :
4242 os : ${{ matrix.os }}
4343 command : deploy
Original file line number Diff line number Diff line change 1717 - name : Checkout
1818 uses : actions/checkout@v2
1919 - name : Use Node.js ${{ matrix.node-version }}
20- uses : actions/setup-node@v1
20+ uses : actions/setup-node@v2
2121 with :
2222 node-version : ${{ matrix.node-version }}
2323 - name : npm install
@@ -30,15 +30,15 @@ jobs:
3030 - name : Build
3131 env :
3232 AIO_RUNTIME_NAMESPACE : ${{ secrets.AIO_RUNTIME_NAMESPACE_STAGE }}
33- uses : adobe/aio-apps-action@1.1.1
33+ uses : adobe/aio-apps-action@2.0.0
3434 with :
3535 os : ${{ matrix.os }}
3636 command : build
3737 - name : Deploy
3838 env :
3939 AIO_RUNTIME_NAMESPACE : ${{ secrets.AIO_RUNTIME_NAMESPACE_STAGE }}
4040 AIO_RUNTIME_AUTH : ${{ secrets.AIO_RUNTIME_AUTH_STAGE }}
41- uses : adobe/aio-apps-action@1.1.1
41+ uses : adobe/aio-apps-action@2.0.0
4242 with :
4343 os : ${{ matrix.os }}
4444 command : deploy
Original file line number Diff line number Diff line change 1313 - name : Checkout
1414 uses : actions/checkout@v2
1515 - name : Use Node.js ${{ matrix.node-version }}
16- uses : actions/setup-node@v1
16+ uses : actions/setup-node@v2
1717 with :
1818 node-version : ${{ matrix.node-version }}
1919 - name : npm install
@@ -26,12 +26,12 @@ jobs:
2626 - name : Build
2727 env :
2828 AIO_RUNTIME_NAMESPACE : ${{ secrets.AIO_RUNTIME_NAMESPACE_STAGE }}
29- uses : adobe/aio-apps-action@1.1.1
29+ uses : adobe/aio-apps-action@2.0.0
3030 with :
3131 os : ${{ matrix.os }}
3232 command : build
3333 - name : Test
34- uses : adobe/aio-apps-action@1.1.1
34+ uses : adobe/aio-apps-action@2.0.0
3535 with :
3636 os : ${{ matrix.os }}
3737 command : test
You can’t perform that action at this time.
0 commit comments