Skip to content

Commit a31a05c

Browse files
Bump actions/checkout from 6 to 7 (#1600)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ryan Shepherd <ryansh@microsoft.com>
1 parent 77b1e4e commit a31a05c

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/check-line-endings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Enforce .gitattributes line endings
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v6
14+
- uses: actions/checkout@v7
1515

1616
- name: Check for line ending violations
1717
run: |

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
config: Release
2727
runs-on: ${{ matrix.toolchain.image }}
2828
steps:
29-
- uses: actions/checkout@v6
29+
- uses: actions/checkout@v7
3030

3131
- name: Download nuget
3232
run: |
@@ -113,7 +113,7 @@ jobs:
113113
test_exe: test_cpp20_module
114114
runs-on: ${{ matrix.toolchain.image }}
115115
steps:
116-
- uses: actions/checkout@v6
116+
- uses: actions/checkout@v7
117117

118118
- name: Fetch cppwinrt executables
119119
if: matrix.arch != 'arm64'
@@ -263,7 +263,7 @@ jobs:
263263
CMAKE_COLOR_DIAGNOSTICS: 1
264264
CLICOLOR_FORCE: 1
265265
steps:
266-
- uses: actions/checkout@v6
266+
- uses: actions/checkout@v7
267267

268268
- name: Install cross compiler
269269
run: |
@@ -296,7 +296,7 @@ jobs:
296296
Deployment: [Component, Standalone]
297297
runs-on: windows-2025-vs2026
298298
steps:
299-
- uses: actions/checkout@v6
299+
- uses: actions/checkout@v7
300300

301301
- name: Download nuget
302302
run: |
@@ -339,7 +339,7 @@ jobs:
339339
platform_toolset: v145
340340
runs-on: ${{ matrix.toolchain.image }}
341341
steps:
342-
- uses: actions/checkout@v6
342+
- uses: actions/checkout@v7
343343

344344
- name: Fetch cppwinrt executables
345345
uses: actions/download-artifact@v8
@@ -384,7 +384,7 @@ jobs:
384384
name: Build nuget package with MSVC
385385
runs-on: windows-2025-vs2026
386386
steps:
387-
- uses: actions/checkout@v6
387+
- uses: actions/checkout@v7
388388

389389
- name: Package
390390
run: |

0 commit comments

Comments
 (0)