| commit | 65dfcda05127948312c04a783ff579bce42fae2d | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Thu Jan 01 06:01:55 2026 +0000 |
| committer | GitHub <noreply@github.com> | Thu Jan 01 06:01:55 2026 +0000 |
| tree | e7b463f21448832d8d8b3495724bf1c7f6bed1c2 | |
| parent | b8f7e5b3e79b033115ba536b726508f81a237eb8 [diff] |
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](https://github.com/actions/checkout/compare/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>
diff --git a/.github/workflows/msvc.yml b/.github/workflows/msvc.yml index deb08c3..e67fe4b 100644 --- a/.github/workflows/msvc.yml +++ b/.github/workflows/msvc.yml
@@ -18,7 +18,7 @@ steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Ensure expected workspace path shell: pwsh