Skip to content

Commit 1429557

Browse files
Merge branch 'main' into dependabot/npm_and_yarn/axios-1.8.4
2 parents 82bcd0a + 6e231ee commit 1429557

60 files changed

Lines changed: 29644 additions & 410 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
env:
1515
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v6
1818
- name: Merge to main
1919
uses: devmasx/merge-branch@1.4.0
2020
with:

.github/workflows/check-cdn.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
env:
1616
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v6
1919
- name: Use Node.js 18.x
20-
uses: actions/setup-node@v4
20+
uses: actions/setup-node@v6
2121
with:
2222
node-version: '18.x'
2323
cache: 'yarn'

.github/workflows/ci-check.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
check-packages:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v6
1818
- name: Use Node.js 18.x
19-
uses: actions/setup-node@v4
19+
uses: actions/setup-node@v6
2020
with:
2121
node-version: 18.15
2222
cache: 'yarn'
@@ -31,9 +31,9 @@ jobs:
3131
web-components:
3232
runs-on: ubuntu-latest
3333
steps:
34-
- uses: actions/checkout@v4
34+
- uses: actions/checkout@v6
3535
- name: Use Node.js 18.x
36-
uses: actions/setup-node@v4
36+
uses: actions/setup-node@v6
3737
with:
3838
node-version: 18.15
3939
cache: 'yarn'

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
steps:
4545
- name: Checkout repository
46-
uses: actions/checkout@v4
46+
uses: actions/checkout@v6
4747

4848
# Initializes the CodeQL tools for scanning.
4949
- name: Initialize CodeQL

.github/workflows/dependabot-yarn-mirror.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
if: github.repository == 'carbon-design-system/carbon-for-ibm-dotcom'
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v6
1919
with:
2020
token: ${{secrets.MERGE_ACTION || github.token}}
2121
- name: Use Node.js 18.x
22-
uses: actions/setup-node@v4
22+
uses: actions/setup-node@v6
2323
with:
2424
node-version: '18.x'
2525
cache: 'yarn'

.github/workflows/deploy-canary.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
if: github.repository == 'carbon-design-system/carbon-for-ibm-dotcom'
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v6
1818
with:
1919
token: ${{secrets.MERGE_ACTION}}
2020
- name: Use Node.js 18.x
21-
uses: actions/setup-node@v4
21+
uses: actions/setup-node@v6
2222
with:
2323
node-version: '18.x'
2424
cache: 'yarn'
@@ -129,11 +129,11 @@ jobs:
129129
if: github.repository == 'carbon-design-system/carbon-for-ibm-dotcom'
130130
runs-on: ubuntu-latest
131131
steps:
132-
- uses: actions/checkout@v4
132+
- uses: actions/checkout@v6
133133
with:
134134
token: ${{secrets.MERGE_ACTION}}
135135
- name: Use Node.js 18.x
136-
uses: actions/setup-node@v4
136+
uses: actions/setup-node@v6
137137
with:
138138
node-version: '18.x'
139139
cache: 'yarn'
@@ -181,11 +181,11 @@ jobs:
181181
if: github.repository == 'carbon-design-system/carbon-for-ibm-dotcom'
182182
runs-on: ubuntu-latest
183183
steps:
184-
- uses: actions/checkout@v4
184+
- uses: actions/checkout@v6
185185
with:
186186
token: ${{secrets.MERGE_ACTION}}
187187
- name: Use Node.js 18.x
188-
uses: actions/setup-node@v4
188+
uses: actions/setup-node@v6
189189
with:
190190
node-version: '18.x'
191191
cache: 'yarn'

.github/workflows/deploy-masthead-v2.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
if: github.repository == 'carbon-design-system/carbon-for-ibm-dotcom'
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v6
1818
with:
1919
token: ${{secrets.MERGE_ACTION}}
2020
- name: Use Node.js 18.x
21-
uses: actions/setup-node@v4
21+
uses: actions/setup-node@v6
2222
with:
2323
node-version: '18.x'
2424
cache: 'yarn'
@@ -129,11 +129,11 @@ jobs:
129129
if: github.repository == 'carbon-design-system/carbon-for-ibm-dotcom'
130130
runs-on: ubuntu-latest
131131
steps:
132-
- uses: actions/checkout@v4
132+
- uses: actions/checkout@v6
133133
with:
134134
token: ${{secrets.MERGE_ACTION}}
135135
- name: Use Node.js 18.x
136-
uses: actions/setup-node@v4
136+
uses: actions/setup-node@v6
137137
with:
138138
node-version: '18.x'
139139
cache: 'yarn'
@@ -181,11 +181,11 @@ jobs:
181181
if: github.repository == 'carbon-design-system/carbon-for-ibm-dotcom'
182182
runs-on: ubuntu-latest
183183
steps:
184-
- uses: actions/checkout@v4
184+
- uses: actions/checkout@v6
185185
with:
186186
token: ${{secrets.MERGE_ACTION}}
187187
- name: Use Node.js 18.x
188-
uses: actions/setup-node@v4
188+
uses: actions/setup-node@v6
189189
with:
190190
node-version: '18.x'
191191
cache: 'yarn'

.github/workflows/deploy-next.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
if: github.repository == 'carbon-design-system/carbon-for-ibm-dotcom'
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v6
1818
with:
1919
token: ${{secrets.MERGE_ACTION}}
2020
- name: Use Node.js 18.x
21-
uses: actions/setup-node@v4
21+
uses: actions/setup-node@v6
2222
with:
2323
node-version: '18.x'
2424
cache: 'yarn'

.github/workflows/e2e-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
matrix:
1919
node-version: ['18.x']
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v6
2222
- name: Use Node.js 18.x
23-
uses: actions/setup-node@v4
23+
uses: actions/setup-node@v6
2424
with:
2525
node-version: ${{ matrix.node-version }}
2626
cache: 'yarn'

.github/workflows/e2e-tests-parallel.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
runs-on: ${{ matrix.os }}
2121
timeout-minutes: 120
2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v6
2424
- name: Use Node.js 18.x
25-
uses: actions/setup-node@v4
25+
uses: actions/setup-node@v6
2626
with:
2727
node-version: ${{ matrix.node-version }}
2828
cache: 'yarn'
@@ -82,15 +82,15 @@ jobs:
8282
browser: [ chromium ]
8383
steps:
8484
- name: Checkout
85-
uses: actions/checkout@v4
85+
uses: actions/checkout@v6
8686
- name: Use Node.js
87-
uses: actions/setup-node@v4
87+
uses: actions/setup-node@v6
8888
with:
8989
node-version: ${{ matrix.node-version }}
9090
cache: 'yarn'
9191

9292
- name: Download the build folders
93-
uses: actions/download-artifact@v4
93+
uses: actions/download-artifact@v6
9494
with:
9595
name: storybook-build
9696
path: packages/web-components/storybook-static
@@ -142,7 +142,7 @@ jobs:
142142
runs-on: ubuntu-latest
143143
needs: web-components-tests
144144
steps:
145-
- uses: actions/download-artifact@v4
145+
- uses: actions/download-artifact@v6
146146
continue-on-error: true
147147
with:
148148
name: failure-wc

0 commit comments

Comments
 (0)