We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a08100f commit e62cf9aCopy full SHA for e62cf9a
1 file changed
.github/workflows/main.yml
@@ -32,7 +32,7 @@ jobs:
32
cmake_args: "-DMSL_SHARED=ON"
33
steps:
34
- name: checkout
35
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
36
- name: Download submodules
37
run: |-
38
git submodule update --init --recursive
@@ -102,7 +102,7 @@ jobs:
102
103
104
105
106
107
108
@@ -181,7 +181,7 @@ jobs:
181
182
183
184
185
186
run: git submodule update --init --recursive
187
shell: bash
0 commit comments