From b9c87d6d37559eda127dacf925ce0be57ac451c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 03:03:04 +0000 Subject: [PATCH] Bump nick-invision/retry from 3 to 4 Bumps [nick-invision/retry](https://github.com/nick-invision/retry) from 3 to 4. - [Release notes](https://github.com/nick-invision/retry/releases) - [Commits](https://github.com/nick-invision/retry/compare/v3...v4) --- updated-dependencies: - dependency-name: nick-invision/retry dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build_cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml index 5931c55e7c..de51180ca8 100644 --- a/.github/workflows/build_cmake.yml +++ b/.github/workflows/build_cmake.yml @@ -164,7 +164,7 @@ jobs: if: startsWith(matrix.config.os,'ubuntu-24') - name: Install MikTeX (Windows) - uses: nick-invision/retry@v3 + uses: nick-invision/retry@v4 with: timeout_minutes: 15 max_attempts: 5