Skip to content

Commit fbc4c73

Browse files
committed
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]: actions-rs/cargo#217
1 parent d2e4fec commit fbc4c73

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ jobs:
5050
run: tagref
5151

5252
- name: Clippy
53-
uses: actions-rs/clippy-check@v1
53+
# FIXME: Switch back when actions-rs/clippy-check#168 gets merged
54+
uses: r3-os/actions-rust-clippy-check@7418fd383746dc33a54d80bdba01d3ea74e7105b
5455
with:
5556
token: ${{ secrets.GITHUB_TOKEN }}
5657
args: --workspace

0 commit comments

Comments
 (0)