diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index 3f7737cdc..0d6d3b414 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -117,7 +117,7 @@ jobs: macos-latest) brew install coreutils ;; # needed for show-utils.sh esac - name: "`cargo clippy` lint testing" - uses: nick-fields/retry@v2 + uses: nick-fields/retry@v3 with: max_attempts: 3 retry_on: error