diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 542c2dc..09044ea 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Setup sccache if: github.event_name != 'release' && github.event_name != 'workflow_dispatch' - uses: mozilla-actions/sccache-action@v0.0.6 + uses: mozilla-actions/sccache-action@v0.0.8 - name: Configure sccache if: github.event_name != 'release' && github.event_name != 'workflow_dispatch' run: |