From fcc7b95c0700565c1899921a0ea6803978dc2063 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 16:11:27 +0000 Subject: [PATCH] Bump Wandalen/wretry.action from 1.2.0 to 3.7.3 Bumps [Wandalen/wretry.action](https://github.com/wandalen/wretry.action) from 1.2.0 to 3.7.3. - [Release notes](https://github.com/wandalen/wretry.action/releases) - [Commits](https://github.com/wandalen/wretry.action/compare/v1.2.0...v3.7.3) --- updated-dependencies: - dependency-name: Wandalen/wretry.action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 7911268ff..263806df1 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -28,7 +28,7 @@ jobs: ########################################################### # Setup local environment (source code, build requirements) ########################################################### - - uses: Wandalen/wretry.action@v1.2.0 + - uses: Wandalen/wretry.action@v3.7.3 with: action: actions/checkout@v3 with: |