Skip to content

Commit dfad7ed

Browse files
Bump actions/checkout from 3 to 4 (#1406)
1 parent f0ce6c6 commit dfad7ed

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@v3
26+
- uses: actions/checkout@v4
2727

2828
- id: setup-llvm
2929
name: Set up LLVM (MSVC)
@@ -107,7 +107,7 @@ jobs:
107107
config: Release
108108
runs-on: windows-latest
109109
steps:
110-
- uses: actions/checkout@v3
110+
- uses: actions/checkout@v4
111111

112112
- id: setup-llvm
113113
name: Set up LLVM (MSVC)
@@ -260,7 +260,7 @@ jobs:
260260
CMAKE_COLOR_DIAGNOSTICS: 1
261261
CLICOLOR_FORCE: 1
262262
steps:
263-
- uses: actions/checkout@v3
263+
- uses: actions/checkout@v4
264264

265265
- name: Install cross compiler
266266
run: |
@@ -293,7 +293,7 @@ jobs:
293293
Deployment: [Component, Standalone]
294294
runs-on: windows-latest
295295
steps:
296-
- uses: actions/checkout@v3
296+
- uses: actions/checkout@v4
297297

298298
- name: Download nuget
299299
run: |
@@ -331,7 +331,7 @@ jobs:
331331
config: [Release]
332332
runs-on: windows-latest
333333
steps:
334-
- uses: actions/checkout@v3
334+
- uses: actions/checkout@v4
335335

336336
- name: Fetch cppwinrt executables
337337
uses: actions/download-artifact@v3
@@ -381,7 +381,7 @@ jobs:
381381
name: Build nuget package with MSVC
382382
runs-on: windows-latest
383383
steps:
384-
- uses: actions/checkout@v3
384+
- uses: actions/checkout@v4
385385

386386
- name: Package
387387
run: |

0 commit comments

Comments
 (0)