File tree Expand file tree Collapse file tree 5 files changed +2675
-1445
lines changed Expand file tree Collapse file tree 5 files changed +2675
-1445
lines changed Original file line number Diff line number Diff line change @@ -22,14 +22,14 @@ jobs:
2222 - name : npm install
2323 run : npm i
2424 - name : Setup CLI
25- uses : adobe/aio-cli-setup-action@1.1 .0
25+ uses : adobe/aio-cli-setup-action@v1.3 .0
2626 with :
2727 os : ${{ matrix.os }}
2828 version : 8.x.x
2929 - name : Build
3030 env :
3131 AIO_RUNTIME_NAMESPACE : ${{ secrets.AIO_RUNTIME_NAMESPACE_PROD }}
32- uses : adobe/aio-apps-action@2.0.1
32+ uses : adobe/aio-apps-action@2.0.2
3333 with :
3434 os : ${{ matrix.os }}
3535 command : build
4343 AIO_PROJECT_WORKSPACE_ID : ${{ secrets.AIO_PROJECT_WORKSPACE_ID_PROD }}
4444 AIO_PROJECT_WORKSPACE_NAME : ${{ secrets.AIO_PROJECT_WORKSPACE_NAME_PROD }}
4545 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@2.0.2
4747 with :
4848 os : ${{ matrix.os }}
4949 command : deploy
Original file line number Diff line number Diff line change @@ -23,14 +23,14 @@ jobs:
2323 - name : npm install
2424 run : npm i
2525 - name : Setup CLI
26- uses : adobe/aio-cli-setup-action@1.1 .0
26+ uses : adobe/aio-cli-setup-action@v1.3 .0
2727 with :
2828 os : ${{ matrix.os }}
2929 version : 8.x.x
3030 - name : Build
3131 env :
3232 AIO_RUNTIME_NAMESPACE : ${{ secrets.AIO_RUNTIME_NAMESPACE_STAGE }}
33- uses : adobe/aio-apps-action@2.0.1
33+ uses : adobe/aio-apps-action@2.0.2
3434 with :
3535 os : ${{ matrix.os }}
3636 command : build
Original file line number Diff line number Diff line change @@ -19,19 +19,19 @@ jobs:
1919 - name : npm install
2020 run : npm i
2121 - name : Setup CLI
22- uses : adobe/aio-cli-setup-action@1.1 .0
22+ uses : adobe/aio-cli-setup-action@v1.3 .0
2323 with :
2424 os : ${{ matrix.os }}
2525 version : 8.x.x
2626 - name : Build
2727 env :
2828 AIO_RUNTIME_NAMESPACE : ${{ secrets.AIO_RUNTIME_NAMESPACE_STAGE }}
29- uses : adobe/aio-apps-action@2.0.1
29+ uses : adobe/aio-apps-action@2.0.2
3030 with :
3131 os : ${{ matrix.os }}
3232 command : build
3333 - name : Test
34- uses : adobe/aio-apps-action@2.0.1
34+ uses : adobe/aio-apps-action@2.0.2
3535 with :
3636 os : ${{ matrix.os }}
3737 command : test
You can’t perform that action at this time.
0 commit comments