From 99fb00d8390d41b73670559449b1e1b6a31acd2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 07:05:33 -0400 Subject: build: bump actions-rs/cargo from 1 to 1.0.3 (#2713) Bumps [actions-rs/cargo](https://github.com/actions-rs/cargo) from 1 to 1.0.3. - [Release notes](https://github.com/actions-rs/cargo/releases) - [Changelog](https://github.com/actions-rs/cargo/blob/master/CHANGELOG.md) - [Commits](https://github.com/actions-rs/cargo/compare/v1...v1.0.3) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/deploy.yml | 2 +- .github/workflows/workflow.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e646e161f..58066f8c2 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 487fe2356..21328c753 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 -- cgit v1.2.3