diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d6837c5..46e56d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: compiler: clang steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - name: Install project dependencies (Linux) if: ${{ runner.os == 'Linux' }}