We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d474ff commit 552c212Copy full SHA for 552c212
.github/workflows/CI_build.yml
@@ -13,7 +13,7 @@ jobs:
13
14
steps:
15
- name: Checkout repo
16
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
17
with:
18
submodules: 'true'
19
.github/workflows/msvc_analysis.yml
@@ -19,7 +19,7 @@ jobs:
20
21
- name: Checkout
22
23
24
submodules: recursive
25
0 commit comments