diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 883e378..bac4614 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -132,7 +132,7 @@ jobs: # Setup sccache with comprehensive GitHub cache service resilience - name: Run sccache-cache - uses: mozilla-actions/sccache-action@v0.0.9 + uses: mozilla-actions/sccache-action@v0.0.10 continue-on-error: true id: sccache with: diff --git a/.github/workflows/master-pipeline.yml b/.github/workflows/master-pipeline.yml index 5bba540..7e40115 100644 --- a/.github/workflows/master-pipeline.yml +++ b/.github/workflows/master-pipeline.yml @@ -88,7 +88,7 @@ jobs: # Setup sccache with comprehensive resilience for GitHub cache service outages - name: Run sccache-cache - uses: mozilla-actions/sccache-action@v0.0.9 + uses: mozilla-actions/sccache-action@v0.0.10 continue-on-error: true id: sccache with: