diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index b8d5da24..b9adca93 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -25,7 +25,7 @@ jobs: rustup component add clippy - name: Setup sccache - uses: mozilla-actions/sccache-action@v0.0.9 + uses: mozilla-actions/sccache-action@v0.0.10 - name: Clippy run: cargo clippy --all @@ -42,7 +42,7 @@ jobs: rustup component add rustfmt --toolchain nightly - name: Setup sccache - uses: mozilla-actions/sccache-action@v0.0.9 + uses: mozilla-actions/sccache-action@v0.0.10 - name: Rustfmt run: rustfmt +nightly --check **/*.rs diff --git a/.github/workflows/draft.yml b/.github/workflows/draft.yml index 448ad1fb..976dd90f 100644 --- a/.github/workflows/draft.yml +++ b/.github/workflows/draft.yml @@ -53,7 +53,7 @@ jobs: targets: ${{ matrix.target }} - name: Setup sccache - uses: mozilla-actions/sccache-action@v0.0.9 + uses: mozilla-actions/sccache-action@v0.0.10 - name: Build run: ./scripts/build.sh ${{ matrix.target }} @@ -88,7 +88,7 @@ jobs: targets: ${{ matrix.target }} - name: Setup sccache - uses: mozilla-actions/sccache-action@v0.0.9 + uses: mozilla-actions/sccache-action@v0.0.10 - name: Build run: cargo build --profile release-windows --locked --target ${{ matrix.target }} @@ -127,7 +127,7 @@ jobs: targets: ${{ matrix.target }} - name: Setup sccache - uses: mozilla-actions/sccache-action@v0.0.9 + uses: mozilla-actions/sccache-action@v0.0.10 - name: Build run: ./scripts/build.sh ${{ matrix.target }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5072fb74..c00d7bca 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,7 +27,7 @@ jobs: run: rustup toolchain install stable --profile minimal - name: Setup sccache - uses: mozilla-actions/sccache-action@v0.0.9 + uses: mozilla-actions/sccache-action@v0.0.10 - name: Build run: cargo build --verbose