diff --git a/.github/workflows/steel.yml b/.github/workflows/steel.yml index 86da8c66..4111b891 100644 --- a/.github/workflows/steel.yml +++ b/.github/workflows/steel.yml @@ -102,7 +102,7 @@ jobs: components: rustfmt, clippy - name: Run sccache-cache if: github.event_name != 'release' - uses: mozilla-actions/sccache-action@v0.0.6 + uses: mozilla-actions/sccache-action@v0.0.9 - name: Set Rust cache env vars if: github.event_name != 'release' run: | @@ -140,7 +140,7 @@ jobs: - uses: dtolnay/rust-toolchain@stable - name: Run sccache-cache if: github.event_name != 'release' - uses: mozilla-actions/sccache-action@v0.0.6 + uses: mozilla-actions/sccache-action@v0.0.9 - name: Set Rust cache env vars if: github.event_name != 'release' run: |