aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci-windows.yml
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2025-12-01 15:59:51 +0000
committerGravatar Sadie Powell2025-12-01 17:09:20 +0000
commitf35787d296297a1d5eff7f76d3d3d4b34f7590e5 (patch)
treef5e64081ed6ce526a8b50dc32d88f7e558cca611 /.github/workflows/ci-windows.yml
parentMake 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.yml2
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: |-