Skip to content

Commit e62cf9a

Browse files
committed
Updated checkout action version.
1 parent a08100f commit e62cf9a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
cmake_args: "-DMSL_SHARED=ON"
3333
steps:
3434
- name: checkout
35-
uses: actions/checkout@v4
35+
uses: actions/checkout@v6
3636
- name: Download submodules
3737
run: |-
3838
git submodule update --init --recursive
@@ -102,7 +102,7 @@ jobs:
102102
cmake_args: "-DMSL_SHARED=ON"
103103
steps:
104104
- name: checkout
105-
uses: actions/checkout@v4
105+
uses: actions/checkout@v6
106106
- name: Download submodules
107107
run: |-
108108
git submodule update --init --recursive
@@ -181,7 +181,7 @@ jobs:
181181
cmake_args: "-DMSL_SHARED=ON"
182182
steps:
183183
- name: checkout
184-
uses: actions/checkout@v4
184+
uses: actions/checkout@v6
185185
- name: Download submodules
186186
run: git submodule update --init --recursive
187187
shell: bash

0 commit comments

Comments
 (0)