Skip to content

Commit 248f987

Browse files
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](actions/checkout@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] <[email protected]>
1 parent 4c9e03f commit 248f987

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
config: Release
2424
runs-on: windows-latest
2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v5
2727

2828
- name: Download nuget
2929
run: |
@@ -102,7 +102,7 @@ jobs:
102102
config: Release
103103
runs-on: windows-latest
104104
steps:
105-
- uses: actions/checkout@v4
105+
- uses: actions/checkout@v5
106106

107107
- name: Fetch cppwinrt executables
108108
if: matrix.arch != 'arm64'
@@ -250,7 +250,7 @@ jobs:
250250
CMAKE_COLOR_DIAGNOSTICS: 1
251251
CLICOLOR_FORCE: 1
252252
steps:
253-
- uses: actions/checkout@v4
253+
- uses: actions/checkout@v5
254254

255255
- name: Install cross compiler
256256
run: |
@@ -283,7 +283,7 @@ jobs:
283283
Deployment: [Component, Standalone]
284284
runs-on: windows-latest
285285
steps:
286-
- uses: actions/checkout@v4
286+
- uses: actions/checkout@v5
287287

288288
- name: Download nuget
289289
run: |
@@ -323,7 +323,7 @@ jobs:
323323
config: [Release]
324324
runs-on: windows-latest
325325
steps:
326-
- uses: actions/checkout@v4
326+
- uses: actions/checkout@v5
327327

328328
- name: Fetch cppwinrt executables
329329
uses: actions/download-artifact@v4
@@ -368,7 +368,7 @@ jobs:
368368
name: Build nuget package with MSVC
369369
runs-on: windows-latest
370370
steps:
371-
- uses: actions/checkout@v4
371+
- uses: actions/checkout@v5
372372

373373
- name: Package
374374
run: |

0 commit comments

Comments
 (0)