diff --git a/.github/workflows/deploy_prod.yml b/.github/workflows/deploy_prod.yml index 5d3cbb67..39103404 100644 --- a/.github/workflows/deploy_prod.yml +++ b/.github/workflows/deploy_prod.yml @@ -29,7 +29,7 @@ jobs: - name: Build env: AIO_RUNTIME_NAMESPACE: ${{ secrets.AIO_RUNTIME_NAMESPACE_PROD }} - uses: adobe/aio-apps-action@3.4.0 + uses: adobe/aio-apps-action@4.0.0 with: os: ${{ matrix.os }} command: build @@ -40,7 +40,7 @@ jobs: ORG: ${{ secrets.PROJECT_ORG_PROD }} SITE: ${{ secrets.PROJECT_SITE_PROD }} PRODUCT_PAGE_URL_FORMAT: ${{ secrets.PRODUCT_PAGE_URL_FORMAT_PROD }} - uses: adobe/aio-apps-action@3.4.0 + uses: adobe/aio-apps-action@4.0.0 with: os: ${{ matrix.os }} command: deploy diff --git a/.github/workflows/deploy_stage.yml b/.github/workflows/deploy_stage.yml index 23d23723..175641e3 100644 --- a/.github/workflows/deploy_stage.yml +++ b/.github/workflows/deploy_stage.yml @@ -30,7 +30,7 @@ jobs: - name: Build env: AIO_RUNTIME_NAMESPACE: ${{ secrets.AIO_RUNTIME_NAMESPACE_STAGE }} - uses: adobe/aio-apps-action@3.4.0 + uses: adobe/aio-apps-action@4.0.0 with: os: ${{ matrix.os }} command: build @@ -41,7 +41,7 @@ jobs: ORG: ${{ secrets.PROJECT_ORG_STAGE }} SITE: ${{ secrets.PROJECT_SITE_STAGE }} PRODUCT_PAGE_URL_FORMAT: ${{ secrets.PRODUCT_PAGE_URL_FORMAT_STAGE }} - uses: adobe/aio-apps-action@3.4.0 + uses: adobe/aio-apps-action@4.0.0 with: os: ${{ matrix.os }} command: deploy diff --git a/.github/workflows/pr_test.yml b/.github/workflows/pr_test.yml index 25586b45..7d67d5e9 100644 --- a/.github/workflows/pr_test.yml +++ b/.github/workflows/pr_test.yml @@ -26,7 +26,7 @@ jobs: - name: Build env: AIO_RUNTIME_NAMESPACE: ${{ secrets.AIO_RUNTIME_NAMESPACE_STAGE }} - uses: adobe/aio-apps-action@3.4.0 + uses: adobe/aio-apps-action@4.0.0 with: os: ${{ matrix.os }} command: build