Skip to content

Commit efe2fcc

Browse files
ci(deps): bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a4f3ebb commit efe2fcc

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
3131
steps:
3232
- name: Checkout
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v6
3434

3535
- name: Check C/C++/CUDA formatting
3636
run: |
@@ -73,7 +73,7 @@ jobs:
7373
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
7474
steps:
7575
- name: Checkout
76-
uses: actions/checkout@v4
76+
uses: actions/checkout@v6
7777

7878
- name: Verify executable name consistency
7979
run: |
@@ -175,7 +175,7 @@ jobs:
175175
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
176176
steps:
177177
- name: Checkout
178-
uses: actions/checkout@v4
178+
uses: actions/checkout@v6
179179

180180
- name: Lint markdown files
181181
uses: DavidAnson/markdownlint-cli2-action@v19

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v6
3131
with:
3232
fetch-depth: 0
3333

0 commit comments

Comments
 (0)