Skip to content

Commit bf17e7b

Browse files
chore(deps): update adobe/aio-apps-action action to v4
1 parent 64ee30c commit bf17e7b

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
@@ -40,7 +40,7 @@ jobs:
4040
ORG: ${{ secrets.PROJECT_ORG_PROD }}
4141
SITE: ${{ secrets.PROJECT_SITE_PROD }}
4242
PRODUCT_PAGE_URL_FORMAT: ${{ secrets.PRODUCT_PAGE_URL_FORMAT_PROD }}
43-
uses: adobe/aio-apps-action@3.4.0
43+
uses: adobe/aio-apps-action@4.0.0
4444
with:
4545
os: ${{ matrix.os }}
4646
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
@@ -41,7 +41,7 @@ jobs:
4141
ORG: ${{ secrets.PROJECT_ORG_STAGE }}
4242
SITE: ${{ secrets.PROJECT_SITE_STAGE }}
4343
PRODUCT_PAGE_URL_FORMAT: ${{ secrets.PRODUCT_PAGE_URL_FORMAT_STAGE }}
44-
uses: adobe/aio-apps-action@3.4.0
44+
uses: adobe/aio-apps-action@4.0.0
4545
with:
4646
os: ${{ matrix.os }}
4747
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)