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