Skip to content

Commit 6364503

Browse files
Merge remote-tracking branch 'origin/main' into feat/share-resolver
# Conflicts: # tools/scripts/run-manifest-e2e.mjs
2 parents a36af48 + fc6b70c commit 6364503

14 files changed

+24
-25
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
timeout-minutes: 30
1616
steps:
1717
- name: Checkout Repository
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v5
1919
with:
2020
fetch-depth: 0
2121

@@ -25,7 +25,7 @@ jobs:
2525
corepack enable
2626
2727
- name: Setup Node.js 18
28-
uses: actions/setup-node@v3
28+
uses: actions/setup-node@v5
2929
with:
3030
node-version: '18'
3131
cache: 'pnpm'

.github/workflows/build-metro.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
timeout-minutes: 15
1313
steps:
1414
- name: Checkout Repository
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v5
1616
with:
1717
fetch-depth: 0
1818

@@ -22,7 +22,7 @@ jobs:
2222
corepack enable
2323
2424
- name: Setup Node.js 18
25-
uses: actions/setup-node@v3
25+
uses: actions/setup-node@v5
2626
with:
2727
node-version: '18'
2828
cache: 'pnpm'

.github/workflows/devtools.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
timeout-minutes: 30
1717
steps:
1818
- name: Checkout Repository
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v5
2020
with:
2121
fetch-depth: 0
2222

@@ -26,7 +26,7 @@ jobs:
2626
corepack enable
2727
2828
- name: Setup Node.js 18
29-
uses: actions/setup-node@v3
29+
uses: actions/setup-node@v5
3030
with:
3131
node-version: '18'
3232
cache: 'pnpm'

.github/workflows/e2e-manifest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
timeout-minutes: 30
1111
steps:
1212
- name: Checkout Repository
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v5
1414
with:
1515
fetch-depth: 0
1616

@@ -20,7 +20,7 @@ jobs:
2020
corepack enable
2121
2222
- name: Setup Node.js 18
23-
uses: actions/setup-node@v3
23+
uses: actions/setup-node@v5
2424
with:
2525
node-version: '18'
2626
cache: 'pnpm'

.github/workflows/e2e-modern-ssr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
timeout-minutes: 30
1010
steps:
1111
- name: Checkout Repository
12-
uses: actions/checkout@v3
12+
uses: actions/checkout@v5
1313
with:
1414
fetch-depth: 0
1515

@@ -19,7 +19,7 @@ jobs:
1919
corepack enable
2020
2121
- name: Setup Node.js 18
22-
uses: actions/setup-node@v3
22+
uses: actions/setup-node@v5
2323
with:
2424
node-version: '18'
2525
cache: 'pnpm'

.github/workflows/e2e-modern.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
timeout-minutes: 30
1111
steps:
1212
- name: Checkout Repository
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v5
1414
with:
1515
fetch-depth: 0
1616

@@ -20,7 +20,7 @@ jobs:
2020
corepack enable
2121
2222
- name: Setup Node.js 18
23-
uses: actions/setup-node@v3
23+
uses: actions/setup-node@v5
2424
with:
2525
node-version: '18'
2626
cache: 'pnpm'

.github/workflows/e2e-next-dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
timeout-minutes: 30
1010
steps:
1111
- name: Checkout Repository
12-
uses: actions/checkout@v3
12+
uses: actions/checkout@v5
1313
with:
1414
fetch-depth: 0
1515

@@ -19,7 +19,7 @@ jobs:
1919
corepack enable
2020
2121
- name: Setup Node.js 18
22-
uses: actions/setup-node@v3
22+
uses: actions/setup-node@v5
2323
with:
2424
node-version: '18'
2525
cache: 'pnpm'

.github/workflows/e2e-next-prod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
timeout-minutes: 30
1010
steps:
1111
- name: Checkout Repository
12-
uses: actions/checkout@v3
12+
uses: actions/checkout@v5
1313
with:
1414
fetch-depth: 0
1515

@@ -19,7 +19,7 @@ jobs:
1919
corepack enable
2020
2121
- name: Setup Node.js 18
22-
uses: actions/setup-node@v3
22+
uses: actions/setup-node@v5
2323
with:
2424
node-version: '18'
2525
cache: 'pnpm'

.github/workflows/e2e-node.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
timeout-minutes: 30
1111
steps:
1212
- name: Checkout Repository
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v5
1414
with:
1515
fetch-depth: 0
1616

@@ -20,7 +20,7 @@ jobs:
2020
corepack enable
2121
2222
- name: Setup Node.js 18
23-
uses: actions/setup-node@v3
23+
uses: actions/setup-node@v5
2424
with:
2525
node-version: '18'
2626
cache: 'pnpm'

.github/workflows/e2e-router.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
timeout-minutes: 30
1111
steps:
1212
- name: Checkout Repository
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v5
1414
with:
1515
fetch-depth: 0
1616

@@ -20,7 +20,7 @@ jobs:
2020
corepack enable
2121
2222
- name: Setup Node.js 18
23-
uses: actions/setup-node@v3
23+
uses: actions/setup-node@v5
2424
with:
2525
node-version: '18'
2626
cache: 'pnpm'

0 commit comments

Comments
 (0)