Skip to content

Commit c4d3426

Browse files
committed
Update actions
1 parent 015294e commit c4d3426

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- {os: windows-latest, cc: "cl", cxx: "cl"}
2626

2727
steps:
28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v6
2929

3030
- name: Info
3131
run: echo ${{ github.ref }}
@@ -52,7 +52,7 @@ jobs:
5252
fail-fast: false
5353

5454
steps:
55-
- uses: actions/checkout@v4
55+
- uses: actions/checkout@v6
5656

5757
- name: Configure CMake
5858
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DWITH_COVERAGE=true

0 commit comments

Comments
 (0)