Skip to content

Commit 0eb8b60

Browse files
chore(deps): Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 94722b6 commit 0eb8b60

19 files changed

Lines changed: 25 additions & 25 deletions

.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@v5
1818
- name: Merge to main
1919
uses: devmasx/merge-branch@1.4.0
2020
with:

.github/workflows/check-cdn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
env:
1616
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
- name: Use Node.js 18.x
2020
uses: actions/setup-node@v4
2121
with:

.github/workflows/ci-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
check-packages:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818
- name: Use Node.js 18.x
1919
uses: actions/setup-node@v4
2020
with:
@@ -31,7 +31,7 @@ jobs:
3131
web-components:
3232
runs-on: ubuntu-latest
3333
steps:
34-
- uses: actions/checkout@v4
34+
- uses: actions/checkout@v5
3535
- name: Use Node.js 18.x
3636
uses: actions/setup-node@v4
3737
with:

.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@v5
4747

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ 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@v5
1919
with:
2020
token: ${{secrets.MERGE_ACTION || github.token}}
2121
- name: Use Node.js 18.x

.github/workflows/deploy-canary.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ 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@v5
1818
with:
1919
token: ${{secrets.MERGE_ACTION}}
2020
- name: Use Node.js 18.x
@@ -129,7 +129,7 @@ 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@v5
133133
with:
134134
token: ${{secrets.MERGE_ACTION}}
135135
- name: Use Node.js 18.x
@@ -181,7 +181,7 @@ 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@v5
185185
with:
186186
token: ${{secrets.MERGE_ACTION}}
187187
- name: Use Node.js 18.x

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ 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@v5
1818
with:
1919
token: ${{secrets.MERGE_ACTION}}
2020
- name: Use Node.js 18.x
@@ -129,7 +129,7 @@ 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@v5
133133
with:
134134
token: ${{secrets.MERGE_ACTION}}
135135
- name: Use Node.js 18.x
@@ -181,7 +181,7 @@ 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@v5
185185
with:
186186
token: ${{secrets.MERGE_ACTION}}
187187
- name: Use Node.js 18.x

.github/workflows/deploy-next.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ 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@v5
1818
with:
1919
token: ${{secrets.MERGE_ACTION}}
2020
- name: Use Node.js 18.x

.github/workflows/e2e-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
matrix:
1919
node-version: ['18.x']
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222
- name: Use Node.js 18.x
2323
uses: actions/setup-node@v4
2424
with:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ${{ matrix.os }}
2121
timeout-minutes: 120
2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v5
2424
- name: Use Node.js 18.x
2525
uses: actions/setup-node@v4
2626
with:
@@ -82,7 +82,7 @@ jobs:
8282
browser: [ chromium ]
8383
steps:
8484
- name: Checkout
85-
uses: actions/checkout@v4
85+
uses: actions/checkout@v5
8686
- name: Use Node.js
8787
uses: actions/setup-node@v4
8888
with:

0 commit comments

Comments
 (0)