From af6314f66ee73e4b057600cf830e3fc363ae9de6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 16:21:16 +0000 Subject: [PATCH] Bump nick-invision/retry from 2.4.0 to 4.0.0 Bumps [nick-invision/retry](https://github.com/nick-invision/retry) from 2.4.0 to 4.0.0. - [Release notes](https://github.com/nick-invision/retry/releases) - [Commits](https://github.com/nick-invision/retry/compare/v2.4.0...v4.0.0) --- updated-dependencies: - dependency-name: nick-invision/retry dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/mkdocs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/mkdocs.yml b/.github/workflows/mkdocs.yml index 0397b112..41ffa804 100644 --- a/.github/workflows/mkdocs.yml +++ b/.github/workflows/mkdocs.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v7 - name: apt install - uses: nick-invision/retry@v2.4.0 + uses: nick-invision/retry@v4.0.0 with: max_attempts: 5 timeout_minutes: 15 @@ -37,7 +37,7 @@ jobs: echo "export MAKEFLAGS=\"PYTHON=$(which python) PIP_OPTS=-U\"" >> ~/.bashrc - name: Install Python dependencies - uses: nick-invision/retry@v2.4.0 + uses: nick-invision/retry@v4.0.0 with: max_attempts: 5 timeout_minutes: 15 @@ -47,7 +47,7 @@ jobs: make install - name: Check and build - uses: nick-invision/retry@v2.4.0 + uses: nick-invision/retry@v4.0.0 with: max_attempts: 5 timeout_minutes: 15