diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ccf6fee3..0cda6d9b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -209,7 +209,7 @@ jobs: echo "SCCACHE_GHA_ENABLED=true" >> $GITHUB_ENV - name: Run sccache-cache - uses: mozilla-actions/sccache-action@v0.0.10 + uses: mozilla-actions/sccache-action@v0.0.11 - name: Install System Dependencies (Linux Only) if: matrix.os == 'ubuntu-latest'