From fbc4c733e04ae98839e1578db6d56f26188ae5ed Mon Sep 17 00:00:00 2001 From: yvt Date: Sun, 13 Nov 2022 00:08:06 +0900 Subject: [PATCH] chore(ci): switch to a custom fork of actions-rs/clippy-check This fork includes [actions-rs/clippy-check#168][1], the PR that would upgrade the Node.js version used by it and resolve the "Node.js 12 actions are deprecated" warnings. [1]: https://github.com/actions-rs/cargo/pull/217 --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3002dfe08c..1fb7e00370 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,8 @@ jobs: run: tagref - name: Clippy - uses: actions-rs/clippy-check@v1 + # FIXME: Switch back when actions-rs/clippy-check#168 gets merged + uses: r3-os/actions-rust-clippy-check@7418fd383746dc33a54d80bdba01d3ea74e7105b with: token: ${{ secrets.GITHUB_TOKEN }} args: --workspace