Skip to content

Commit 6bb1135

Browse files
committed
Update ci.yml
1 parent 08d4f46 commit 6bb1135

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ${{matrix.os}}
4141

4242
steps:
43-
- uses: actions/checkout@v2
43+
- uses: actions/checkout@v4
4444

4545
- name: Install packages
4646
if: matrix.install
@@ -126,7 +126,7 @@ jobs:
126126
runs-on: ${{matrix.os}}
127127

128128
steps:
129-
- uses: actions/checkout@v2
129+
- uses: actions/checkout@v4
130130

131131
- name: Setup Boost
132132
shell: cmd

0 commit comments

Comments
 (0)