From 755100fd8af288f9108bf798227c74e720f75849 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jan 2023 05:10:25 +0000 Subject: [PATCH] Bump actions-rs/cargo from 1.0.1 to 1.0.3 Bumps [actions-rs/cargo](https://github.com/actions-rs/cargo) from 1.0.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.0.1...v1.0.3) --- updated-dependencies: - dependency-name: actions-rs/cargo dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 2d1558d23..db9fe8c06 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -34,7 +34,7 @@ jobs: toolchain: "1.61" override: true - - uses: actions-rs/cargo@v1.0.1 + - uses: actions-rs/cargo@v1.0.3 with: command: check @@ -75,7 +75,7 @@ jobs: toolchain: stable override: true - - uses: actions-rs/cargo@v1 + - uses: actions-rs/cargo@v1.0.3 with: command: fmt args: --all -- --check