| commit | e6f532421c96b566e6622ba81fa3d06e8c3110bc | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Fri Sep 05 15:50:09 2025 -0400 |
| committer | GitHub <noreply@github.com> | Fri Sep 05 15:50:09 2025 -0400 |
| tree | e6dcbd3c46382923b79bc7d7bafa2ac488f80214 | |
| parent | 922cd0e2c4652df3f4ac4a83d9c8a6c771063f7f [diff] [blame] |
Bump actions/checkout from 4 to 5 (#3208) Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [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...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' 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>
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index c4ff747..b6c4273 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml
@@ -16,7 +16,7 @@ compiler: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install dependencies run: |