Skip to content

Commit 31777ba

Browse files
Dependencies: Bump actions/checkout from 3 to 4 (#300)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f74982b commit 31777ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: Clone Repository
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v4
3030

3131
# Setup build environment variables using vcvarsall.bat.
3232
- name: Configure MSCV Compiler for ${{ matrix.arch }}

0 commit comments

Comments
 (0)