Skip to content

Commit 734b50f

Browse files
committed
Updated checkout action version.
1 parent 86f9da9 commit 734b50f

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
@@ -29,7 +29,7 @@ jobs:
2929
cmake_args: "-DVFC_SHARED=ON"
3030
steps:
3131
- name: checkout
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v6
3333
- name: Download submodules
3434
run: git submodule update --init
3535
working-directory: "${{ github.workspace }}"
@@ -94,7 +94,7 @@ jobs:
9494
cmake_args: "-DVFC_SHARED=ON"
9595
steps:
9696
- name: checkout
97-
uses: actions/checkout@v4
97+
uses: actions/checkout@v6
9898
- name: Download submodules
9999
run: git submodule update --init
100100
working-directory: "${{ github.workspace }}"
@@ -167,7 +167,7 @@ jobs:
167167
cmake_args: "-DVFC_SHARED=ON"
168168
steps:
169169
- name: checkout
170-
uses: actions/checkout@v4
170+
uses: actions/checkout@v6
171171
- name: Download submodules
172172
run: git submodule update --init
173173
shell: bash

0 commit comments

Comments
 (0)