We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4482a62 commit ffda2a4Copy full SHA for ffda2a4
.github/workflows/code-quality.yml
@@ -117,7 +117,7 @@ jobs:
117
macos-latest) brew install coreutils ;; # needed for show-utils.sh
118
esac
119
- name: "`cargo clippy` lint testing"
120
- uses: nick-fields/retry@v2
+ uses: nick-fields/retry@v3
121
with:
122
max_attempts: 3
123
retry_on: error
0 commit comments