diff options
| author | 2025-12-01 15:59:51 +0000 | |
|---|---|---|
| committer | 2025-12-01 17:09:20 +0000 | |
| commit | f35787d296297a1d5eff7f76d3d3d4b34f7590e5 (patch) | |
| tree | f5e64081ed6ce526a8b50dc32d88f7e558cca611 /.github/workflows/ci-windows.yml | |
| parent | Make errors from the config parser more detailed. (diff) | |
Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 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/v5...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>
Diffstat (limited to '.github/workflows/ci-windows.yml')
| -rw-r--r-- | .github/workflows/ci-windows.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml index 3d70530a7..66f88694e 100644 --- a/.github/workflows/ci-windows.yml +++ b/.github/workflows/ci-windows.yml @@ -15,7 +15,7 @@ jobs: BUILD_TYPE: ${{ github.event_name == 'release' && 'Release' || 'Debug' }} CONAN_HOME: ${{ github.workspace }}/win/build/conan steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Setup NSIS run: |- |
