diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e646e161..58066f8c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -80,7 +80,7 @@ jobs: target: ${{ matrix.target }} - name: Build | Build - uses: actions-rs/cargo@v1 + uses: actions-rs/cargo@v1.0.3 # TODO: Remove this once it's the default env: SDKROOT: /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 487fe235..21328c75 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -66,7 +66,7 @@ jobs: components: clippy - name: Build | Lint - uses: actions-rs/cargo@v1 + uses: actions-rs/cargo@v1.0.3 with: command: clippy args: --workspace --locked --all-targets --all-features -- -D clippy::all