diff --git a/.github/workflows/binary.yml b/.github/workflows/binary.yml index 5764c30e1..3467fa641 100644 --- a/.github/workflows/binary.yml +++ b/.github/workflows/binary.yml @@ -41,7 +41,7 @@ jobs: save-if: false - name: Setup sccache - uses: mozilla-actions/sccache-action@v0.0.3 + uses: mozilla-actions/sccache-action@v0.0.4 - name: Build ${{ inputs.binary }} run: cargo build -p ${{ inputs.binary }} --release @@ -94,7 +94,7 @@ jobs: save-if: false - name: Setup sccache - uses: mozilla-actions/sccache-action@v0.0.3 + uses: mozilla-actions/sccache-action@v0.0.4 - name: Build ${{ inputs.binary }} run: cargo build -p ${{ inputs.binary }} --release diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 71532b6d8..a2db23b9e 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -44,7 +44,7 @@ jobs: save-if: ${{ github.event_name == 'push' }} - name: Setup sccache - uses: mozilla-actions/sccache-action@v0.0.3 + uses: mozilla-actions/sccache-action@v0.0.4 - name: Setup node uses: actions/setup-node@v3 diff --git a/.github/workflows/snapshot-cargo.yml b/.github/workflows/snapshot-cargo.yml index a5781c37b..ca7abc1a7 100644 --- a/.github/workflows/snapshot-cargo.yml +++ b/.github/workflows/snapshot-cargo.yml @@ -60,7 +60,7 @@ jobs: save-if: false - name: Setup sccache - uses: mozilla-actions/sccache-action@v0.0.3 + uses: mozilla-actions/sccache-action@v0.0.4 - name: Generate snapshot version id: version