Skip to content

Commit e098536

Browse files
Update external fixes
1 parent b2a9d5b commit e098536

File tree

5 files changed

+786
-1350
lines changed

5 files changed

+786
-1350
lines changed

.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@2.0.1
32+
uses: adobe/aio-apps-action@2.0.2
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@2.0.1
46+
uses: adobe/aio-apps-action@2.0.2
4747
with:
4848
os: ${{ matrix.os }}
4949
command: deploy

.github/workflows/deploy_stage.yml

Lines changed: 1 addition & 1 deletion
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@2.0.1
33+
uses: adobe/aio-apps-action@2.0.2
3434
with:
3535
os: ${{ matrix.os }}
3636
command: build

.github/workflows/pr_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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@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

0 commit comments

Comments
 (0)