diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 618968c..fae3821 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: shared-key: "shared" # To allow reuse across jobs - name: Rust Compile Cache - uses: mozilla-actions/sccache-action@v0.0.6 + uses: mozilla-actions/sccache-action@v0.0.7 - name: Rust Compile Cache Config shell: bash run: | diff --git a/.github/workflows/miri.yml b/.github/workflows/miri.yml index 819700a..23fdc30 100644 --- a/.github/workflows/miri.yml +++ b/.github/workflows/miri.yml @@ -40,7 +40,7 @@ jobs: shared-key: "shared" # To allow reuse across jobs - name: Rust Compile Cache - uses: mozilla-actions/sccache-action@v0.0.6 + uses: mozilla-actions/sccache-action@v0.0.7 - name: Rust Compile Cache Config shell: bash run: |