Skip to content

Commit 01cfa05

Browse files
Update external major
1 parent 7ac3f00 commit 01cfa05

File tree

6 files changed

+2538
-2413
lines changed

6 files changed

+2538
-2413
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2.1
22

33
orbs:
4-
codecov: codecov/codecov@1.2.5
4+
codecov: codecov/codecov@5.3.0
55

66
jobs:
77
build:

.github/workflows/deploy_prod.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
os: [ubuntu-latest]
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v4
1818
- name: Use Node.js ${{ matrix.node-version }}
19-
uses: actions/setup-node@v1
19+
uses: actions/setup-node@v4
2020
with:
2121
node-version: ${{ matrix.node-version }}
2222
- name: npm install
@@ -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@3.4.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@2.0.1
46+
uses: adobe/aio-apps-action@3.4.0
4747
with:
4848
os: ${{ matrix.os }}
4949
command: deploy

.github/workflows/deploy_stage.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
os: [ubuntu-latest]
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v4
1919
- name: Use Node.js ${{ matrix.node-version }}
20-
uses: actions/setup-node@v1
20+
uses: actions/setup-node@v4
2121
with:
2222
node-version: ${{ matrix.node-version }}
2323
- name: npm install
@@ -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@3.4.0
3434
with:
3535
os: ${{ matrix.os }}
3636
command: build

.github/workflows/pr_test.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
os: [macOS-latest, ubuntu-latest, windows-latest]
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v4
1515
- name: Use Node.js ${{ matrix.node-version }}
16-
uses: actions/setup-node@v1
16+
uses: actions/setup-node@v4
1717
with:
1818
node-version: ${{ matrix.node-version }}
1919
- name: npm install
@@ -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@3.4.0
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@3.4.0
3535
with:
3636
os: ${{ matrix.os }}
3737
command: test

0 commit comments

Comments
 (0)