Skip to content

Commit c31dc47

Browse files
chore(deps): update adobe/aio-apps-action action to v4
1 parent 336a226 commit c31dc47

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/deploy_prod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Build
3030
env:
3131
AIO_RUNTIME_NAMESPACE: ${{ secrets.AIO_RUNTIME_NAMESPACE_PROD }}
32-
uses: adobe/aio-apps-action@3.4.0
32+
uses: adobe/aio-apps-action@4.0.0
3333
with:
3434
os: ${{ matrix.os }}
3535
command: build
@@ -43,7 +43,7 @@ jobs:
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@3.4.0
46+
uses: adobe/aio-apps-action@4.0.0
4747
with:
4848
os: ${{ matrix.os }}
4949
command: deploy

.github/workflows/deploy_stage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Build
3131
env:
3232
AIO_RUNTIME_NAMESPACE: ${{ secrets.AIO_RUNTIME_NAMESPACE_STAGE }}
33-
uses: adobe/aio-apps-action@3.4.0
33+
uses: adobe/aio-apps-action@4.0.0
3434
with:
3535
os: ${{ matrix.os }}
3636
command: build
@@ -44,7 +44,7 @@ jobs:
4444
AIO_PROJECT_WORKSPACE_ID: ${{ secrets.AIO_PROJECT_WORKSPACE_ID_STAGE }}
4545
AIO_PROJECT_WORKSPACE_NAME: ${{ secrets.AIO_PROJECT_WORKSPACE_NAME_STAGE }}
4646
AIO_PROJECT_WORKSPACE_DETAILS_SERVICES: ${{ secrets.AIO_PROJECT_WORKSPACE_DETAILS_SERVICES_STAGE }}
47-
uses: adobe/aio-apps-action@3.4.0
47+
uses: adobe/aio-apps-action@4.0.0
4848
with:
4949
os: ${{ matrix.os }}
5050
command: deploy

.github/workflows/pr_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Build
2727
env:
2828
AIO_RUNTIME_NAMESPACE: ${{ secrets.AIO_RUNTIME_NAMESPACE_STAGE }}
29-
uses: adobe/aio-apps-action@3.4.0
29+
uses: adobe/aio-apps-action@4.0.0
3030
with:
3131
os: ${{ matrix.os }}
3232
command: build

0 commit comments

Comments
 (0)