Skip to content

Commit

Permalink
ci: upgrade hawkeye action (#1834)
Browse files Browse the repository at this point in the history
v1.5.4 happens to have a bug that it always pick latest docker image.

Signed-off-by: tison <[email protected]>
  • Loading branch information
tisonkun authored Apr 5, 2023
1 parent 0ac2d6c commit 889c84e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
cache-key: "-check"

- name: Check license headers
uses: korandoru/hawkeye@v1.5.4
uses: korandoru/hawkeye@v2.0.0

- name: Cargo format
run: cargo fmt --all -- --check
Expand Down

0 comments on commit 889c84e

Please sign in to comment.