Skip to content

Commit

Permalink
chore(ci): switch to a custom fork of actions-rs/clippy-check
Browse files Browse the repository at this point in the history
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]: actions-rs/cargo#217
  • Loading branch information
yvt committed Nov 12, 2022
1 parent d2e4fec commit fbc4c73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fbc4c73

Please sign in to comment.