aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci-windows.yml
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2025-09-01 23:32:36 +0000
committerGravatar Sadie Powell2025-09-02 02:43:47 +0100
commitc4fd6a252dc880f85ce25d2daa76572766fda266 (patch)
tree592d297c9855f8fde00188c8399686d9f7537106 /.github/workflows/ci-windows.yml
parentAdd long duration template variables to messageflood and repeat. (diff)
Bump actions/checkout from 4 to 5
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>
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 4bf3d8aea..23f38f7f6 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@v4
+ - uses: actions/checkout@v5
- name: Setup NSIS
run: |-