Skip to content

Commit a519156

Browse files
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 4ea1b7e commit a519156

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/cmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: cmake -E make_directory mdspan-build
2121

2222
- name: Check Out
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v6
2424
with:
2525
repository: kokkos/mdspan
2626
path: mdspan-src
@@ -58,7 +58,7 @@ jobs:
5858
run: cmake -E make_directory stdblas-build
5959

6060
- name: Check Out
61-
uses: actions/checkout@v4
61+
uses: actions/checkout@v6
6262
with:
6363
path: stdblas-src
6464

.github/workflows/macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Check Out mdspan
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v6
1616
with:
1717
repository: kokkos/mdspan
1818
path: mdspan-src
@@ -33,7 +33,7 @@ jobs:
3333
run: cmake --install $GITHUB_WORKSPACE/mdspan-build
3434

3535
- name: Check Out
36-
uses: actions/checkout@v4
36+
uses: actions/checkout@v6
3737
with:
3838
path: stdblas-src
3939

0 commit comments

Comments
 (0)