From e6289e18cb947811461e8759dc905f1a557ee089 Mon Sep 17 00:00:00 2001 From: lucazulian Date: Sat, 14 Sep 2024 09:27:13 +0200 Subject: [PATCH] Fix --- .github/workflows/mcp23017-ci.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/mcp23017-ci.yml b/.github/workflows/mcp23017-ci.yml index 55fce8e..cdd597d 100644 --- a/.github/workflows/mcp23017-ci.yml +++ b/.github/workflows/mcp23017-ci.yml @@ -62,7 +62,7 @@ jobs: - x86_64-unknown-linux-gnu steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: actions-rs/toolchain@v1 with: profile: minimal @@ -82,12 +82,6 @@ jobs: command: fmt args: --all -- --check - - name: Clippy - uses: actions-rs/clippy-check@v1 - with: - args: --all-targets --all-features -- -D warnings - token: ${{ secrets.GITHUB_TOKEN }} - clippy: runs-on: ubuntu-latest steps: @@ -108,7 +102,7 @@ jobs: - rust: nightly experimental: true steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: actions-rs/toolchain@v1 with: profile: minimal