diff --git a/.github/workflows/linter.yaml b/.github/workflows/linter.yaml index efdaf1b..7e1126f 100644 --- a/.github/workflows/linter.yaml +++ b/.github/workflows/linter.yaml @@ -51,7 +51,7 @@ jobs: toolchain: nightly components: clippy, rustfmt - name: Install development tools - uses: taiki-e/install-action@v2 + uses: taiki-e/install-action@protoc with: tool: cargo-deny, dprint - name: Rust Cache