summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-12 07:05:33 -0400
committerGitHub <noreply@github.com>2021-05-12 07:05:33 -0400
commit99fb00d8390d41b73670559449b1e1b6a31acd2c (patch)
tree9f1908a6ee6e4fab28d2ec6653768f606f9ca037
parent4651b04d5a8b4e1211d43e67d43cf34637dbb554 (diff)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/deploy.yml2
-rw-r--r--.github/workflows/workflow.yml2
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