Skip to content

Commit

Permalink
chore: fix new lints from new cargo (#1034)
Browse files Browse the repository at this point in the history
# Description
Fix lint issues from latest cargo release.

# Related Issue(s)
<!---
For example:

- closes #106
--->

# Documentation

<!---
Share links to useful documentation
--->
  • Loading branch information
wjones127 authored Dec 21, 2022
1 parent 4096466 commit 28d4aa3
Show file tree
Hide file tree
Showing 4 changed files with 1,020 additions and 342 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
github.event_name == 'pull_request_target' &&
(github.event.action == 'opened' ||
github.event.action == 'synchronize')
uses: actions/labeler@4.0.2
uses: actions/labeler@v4.0.2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: .github/workflows/dev_pr/labeler.yml
Expand Down
Loading

0 comments on commit 28d4aa3

Please sign in to comment.