diff --git a/.github/workflows/test_ci.yml b/.github/workflows/test_ci.yml index 38068c7..0834509 100644 --- a/.github/workflows/test_ci.yml +++ b/.github/workflows/test_ci.yml @@ -12,7 +12,7 @@ jobs: env: LLVM_VERSION: 20 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install LLVM ${{ env.LLVM_VERSION }} run: | @@ -54,7 +54,7 @@ jobs: build_type: Debug steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Configure run: >